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.

2684 tools indexed

All tools

30 of 2684 shown

Slack /

slack_archive_channel

Remote

Archive a channel. Archived channels can be unarchived later.

Slack /

SLACK_CHAT_POST_MESSAGE

Remote

DEPRECATED: Posts a message to a Slack channel, direct message, or private channel. Use `send_message` instead.

Slack /

SLACK_CLEAR_STATUS

Remote

Clears the Slack status for the authenticated user, removing any custom text and emoji.

Slack /

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 /

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 /

SLACK_CREATE_A_SLACK_USER_GROUP

Remote

Creates a new User Group (often referred to as a subteam) in a Slack workspace.

Slack /

SLACK_CREATE_CANVAS

Remote

Creates a new Slack Canvas with the specified title and optional content.

Slack /

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 /

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 /

SLACK_CUSTOMIZE_URL_UNFURLING_IN_MESSAGES

Remote

DEPRECATED: Customizes URL previews (unfurling) in a specific Slack message. Use `customize_url_unfurl` instead.

Slack /

SLACK_DELETE_A_COMMENT_ON_A_FILE

Remote

Deletes a specific comment from a file in Slack; this action is irreversible.

Slack /

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 /

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 /

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 /

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 /

SLACK_DELETE_CANVAS

Remote

Deletes a Slack Canvas permanently.

Slack /

slack_delete_file

Remote

Delete a file from the workspace.

Slack /

slack_delete_message

Remote

Delete a message. Bot can only delete messages it posted.

Slack /

slack_delete_scheduled_message

Remote

Delete a pending scheduled message before it is sent. Cannot delete messages posting within 60 seconds.

Slack /

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 /

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 /

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 /

slack_edit_bookmark

Remote

Update an existing bookmark in a channel.

Slack /

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.

Slack /

SLACK_ENABLE_A_SPECIFIED_USER_GROUP

Remote

Enables a disabled User Group in Slack using its ID, reactivating it for mentions and permissions; this action only changes the enabled status and cannot create new groups or modify other properties.

Slack /

SLACK_ENABLE_PUBLIC_SHARING_OF_A_FILE

Remote

Enables public sharing for an existing Slack file by generating a publicly accessible URL; this action does not create new files.

Slack /

SLACK_END_A_CALL_WITH_DURATION_AND_ID

Remote

Ends an ongoing Slack call, identified by its ID (obtained from `calls.add`), optionally specifying the call's duration.

Slack /

SLACK_END_SNOOZE

Remote

Ends the current user's snooze mode immediately.

Slack /

SLACK_END_USER_DO_NOT_DISTURB_SESSION

Remote

Ends the authenticated user's current Do Not Disturb (DND) session in Slack, affecting only DND status and making them available; if DND is not active, Slack acknowledges the request without changing status.

Slack /

SLACK_END_USER_SNOOZE_MODE_IMMEDIATELY

Remote

DEPRECATED: Ends the current user's snooze mode immediately. Use `end_snooze` instead.