The MCP tool directory.
Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.
[ 2892 tools indexed ]
[ all tools ]
30 / 2892
SLACK_ADD_CALL_PARTICIPANTS
[ remote ]Registers new participants added to a Slack call.
SLACK_ADD_EMOJI
[ remote ]Adds a custom emoji to a Slack workspace given a unique name and an image URL; subject to workspace emoji limits.
slack_add_reaction
[ remote ]Add an emoji reaction to a message. Use emoji name without colons (e.g. "thumbsup" not ":thumbsup:").
SLACK_ADD_REACTION_TO_AN_ITEM
[ remote ]Adds a specified emoji reaction to an existing message in a Slack channel, identified by its timestamp; does not remove or retrieve reactions.
SLACK_ARCHIVE_A_PUBLIC_OR_PRIVATE_CHANNEL
[ remote ]Archives a Slack public or private channel, making it read-only; the primary 'general' channel cannot be archived.
SLACK_ARCHIVE_A_SLACK_CONVERSATION
[ remote ]Archives a Slack conversation by its ID, rendering it read-only and hidden while retaining history, ideal for cleaning up inactive channels; be aware that some channels (like #general or certain DMs) cannot be archived and this may impact connected integrations.
slack_archive_channel
[ remote ]Archive a channel. Archived channels can be unarchived later.
SLACK_CHAT_POST_MESSAGE
[ remote ]DEPRECATED: Posts a message to a Slack channel, direct message, or private channel. Use `send_message` instead.
SLACK_CLEAR_STATUS
[ remote ]Clears the Slack status for the authenticated user, removing any custom text and emoji.
SLACK_CLOSE_DM_OR_MULTI_PERSON_DM
[ remote ]Closes a Slack direct message (DM) or multi-person direct message (MPDM) channel, removing it from the user's sidebar without deleting history; this action affects only the calling user's view.
SLACK_CREATE_A_REMINDER
[ remote ]Creates a Slack reminder with specified text and time; time accepts Unix timestamps, seconds from now, or natural language (e.g., 'in 15 minutes', 'every Thursday at 2pm').
SLACK_CREATE_A_SLACK_USER_GROUP
[ remote ]Creates a new User Group (often referred to as a subteam) in a Slack workspace.
SLACK_CREATE_CANVAS
[ remote ]Creates a new Slack Canvas with the specified title and optional content.
SLACK_CREATE_CHANNEL_BASED_CONVERSATION
[ remote ]Creates a new public or private Slack channel with a unique name; the channel can be org-wide, or team-specific if `team_id` is given (required if `org_wide` is false or not provided).
SLACK_CUSTOMIZE_URL_UNFURL
[ remote ]Customizes URL previews (unfurling) in a specific Slack message using a URL-encoded JSON in `unfurls` to define custom content or remove existing previews.
SLACK_CUSTOMIZE_URL_UNFURLING_IN_MESSAGES
[ remote ]DEPRECATED: Customizes URL previews (unfurling) in a specific Slack message. Use `customize_url_unfurl` instead.
SLACK_DELETE_A_COMMENT_ON_A_FILE
[ remote ]Deletes a specific comment from a file in Slack; this action is irreversible.
SLACK_DELETE_A_FILE_BY_ID
[ remote ]Permanently deletes an existing file from a Slack workspace using its unique file ID; this action is irreversible and also removes any associated comments or shares.
SLACK_DELETE_A_PUBLIC_OR_PRIVATE_CHANNEL
[ remote ]Permanently and irreversibly deletes a specified public or private channel, including all its messages and files, within a Slack Enterprise Grid organization.
SLACK_DELETE_A_SCHEDULED_MESSAGE_IN_A_CHAT
[ remote ]Deletes a pending, unsent scheduled message from the specified Slack channel, identified by its `scheduled_message_id`.
SLACK_DELETE_A_SLACK_REMINDER
[ remote ]Deletes an existing Slack reminder, typically when it is no longer relevant or a task is completed; this operation is irreversible.
SLACK_DELETE_CANVAS
[ remote ]Deletes a Slack Canvas permanently.
slack_delete_file
[ remote ]Delete a file from the workspace.
slack_delete_message
[ remote ]Delete a message. Bot can only delete messages it posted.
slack_delete_scheduled_message
[ remote ]Delete a pending scheduled message before it is sent. Cannot delete messages posting within 60 seconds.
SLACK_DELETE_USER_PROFILE_PHOTO
[ remote ]Deletes the Slack profile photo for the user identified by the token, reverting them to the default avatar; this action is irreversible and succeeds even if no custom photo was set.
SLACK_DELETES_A_MESSAGE_FROM_A_CHAT
[ remote ]Deletes a message, identified by its channel ID and timestamp, from a Slack channel, private group, or direct message conversation; the authenticated user or bot must be the original poster.
SLACK_DISABLE_AN_EXISTING_SLACK_USER_GROUP
[ remote ]Disables a specified, currently enabled Slack User Group by its unique ID, effectively archiving it by setting its 'date_delete' timestamp; the group is not permanently deleted and can be re-enabled.
slack_edit_bookmark
[ remote ]Update an existing bookmark in a channel.
SLACK_EDIT_CANVAS
[ remote ]Edits a Slack Canvas with granular control over content placement. Supports replace, insert (before/after/start/end) operations for flexible content management.