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 /

SLACKBOT_CUSTOMIZE_URL_UNFURLING_IN_MESSAGES

Remote

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

Slack /

SLACKBOT_DELETE_A_COMMENT_ON_A_FILE

Remote

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

Slack /

SLACKBOT_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 /

SLACKBOT_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 /

SLACKBOT_DELETE_A_REMINDER

Remote

Deletes an existing Slack reminder, typically when it is no longer relevant or a task is completed; this operation is irreversible.

Slack /

SLACKBOT_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 /

SLACKBOT_DELETE_CANVAS

Remote

Deletes a Slack Canvas permanently.

Slack /

SLACKBOT_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 /

SLACKBOT_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 /

SLACKBOT_DISABLE_AN_EXISTING_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 /

SLACKBOT_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 /

SLACKBOT_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 /

SLACKBOT_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 /

SLACKBOT_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 /

SLACKBOT_END_SNOOZE

Remote

Ends the current user's snooze mode immediately.

Slack /

SLACKBOT_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 /

SLACKBOT_END_USER_SNOOZE_MODE_IMMEDIATELY

Remote

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

Slack /

SLACKBOT_FETCH_BOT_USER_INFORMATION

Remote

Fetches information for a specified, existing Slack bot user; will not work for regular user accounts or other integration types.

Slack /

SLACKBOT_FETCH_CONVERSATION_HISTORY

Remote

Fetches a chronological list of messages and events from a specified Slack conversation, accessible by the authenticated user/bot, with options for pagination and time range filtering.

Slack /

SLACKBOT_FETCH_CURRENT_TEAM_INFO_WITH_OPTIONAL_TEAM_SCOPE

Remote

DEPRECATED: Fetches comprehensive metadata about the current Slack team. Use `fetch_team_info` instead.

Slack /

SLACKBOT_FETCH_DND_STATUS_FOR_MULTIPLE_TEAM_MEMBERS

Remote

DEPRECATED: Retrieves a user's current Do Not Disturb status. Use `get_team_dnd_status` instead.

Slack /

SLACKBOT_FETCH_ITEM_REACTIONS

Remote

Fetches reactions for a Slack message, file, or file comment, requiring one of: channel and timestamp; file ID; or file comment ID.

Slack /

SLACKBOT_FETCH_MESSAGE_THREAD_FROM_A_CONVERSATION

Remote

Retrieves replies to a specific parent message in a Slack conversation, using the channel ID and the parent message's timestamp (`ts`).

Slack /

SLACKBOT_FETCH_TEAM_INFO

Remote

Fetches comprehensive metadata about the current Slack team, or a specified team if the provided ID is accessible.

Slack /

SLACKBOT_FETCH_WORKSPACE_SETTINGS_INFORMATION

Remote

Retrieves detailed settings for a specific Slack workspace, primarily for administrators in an Enterprise Grid organization to view or audit workspace configurations.

Slack /

SLACKBOT_FIND_CHANNELS

Remote

Find channels in a Slack workspace by any criteria - name, topic, purpose, or description.

Slack /

SLACKBOT_FIND_USER_BY_EMAIL_ADDRESS

Remote

Retrieves the Slack user object for an active user by their registered email address; fails with 'users_not_found' if the email is unregistered or the user is inactive.

Slack /

SLACKBOT_FIND_USERS

Remote

Find users in a Slack workspace by any criteria - email, name, display name, or other text. Includes optimized email lookup for exact email matches.

Slack /

SLACKBOT_GET_CANVAS

Remote

Retrieves a specific Slack Canvas by its ID, including its content and metadata.

Slack /

SLACKBOT_GET_CHANNEL_CONVERSATION_PREFERENCES

Remote

Retrieves conversation preferences (e.g., who can post, who can thread) for a specified channel, primarily for use within Slack Enterprise Grid environments.