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_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_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_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_END_SNOOZE
[ remote ]Ends the current user's snooze mode immediately.
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_END_USER_SNOOZE_MODE_IMMEDIATELY
[ remote ]DEPRECATED: Ends the current user's snooze mode immediately. Use `end_snooze` instead.
SLACK_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_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_FETCH_CURRENT_TEAM_INFO_WITH_OPTIONAL_TEAM_SCOPE
[ remote ]DEPRECATED: Fetches comprehensive metadata about the current Slack team. Use `fetch_team_info` instead.
SLACK_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_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_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_FETCH_TEAM_INFO
[ remote ]Fetches comprehensive metadata about the current Slack team, or a specified team if the provided ID is accessible.
SLACK_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_FIND_CHANNELS
[ remote ]Find channels in a Slack workspace by any criteria - name, topic, purpose, or description.
SLACK_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_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_GET_CANVAS
[ remote ]Retrieves a specific Slack Canvas by its ID, including its content and metadata.
SLACK_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.
slack_get_channel_history
[ remote ]Get message history from a channel. Returns messages in reverse chronological order. Free plan: 90-day history limit.
slack_get_channel_info
[ remote ]Get detailed information about a channel including topic, purpose, member count.
slack_get_channel_members
[ remote ]List all members of a channel. Returns user IDs with cursor-based pagination.
slack_get_permalink
[ remote ]Get a permanent URL for a specific message.
slack_get_reactions
[ remote ]Get all reactions for a specific message, including emoji names, counts, and user IDs.
SLACK_GET_REMINDER_INFORMATION
[ remote ]Retrieves detailed information for an existing Slack reminder specified by its ID; this is a read-only operation.
SLACK_GET_REMOTE_FILE
[ remote ]Retrieve information about a remote file added to Slack.
SLACK_GET_TEAM_DND_STATUS
[ remote ]Retrieves a user's current Do Not Disturb status.
slack_get_team_info
[ remote ]Get information about the workspace/team: name, domain, icon, etc.
slack_get_thread_replies
[ remote ]Get replies in a message thread. Returns the parent message and all replies.
slack_get_user_info
[ remote ]Get detailed information about a user including profile, status, admin flags.