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_FETCH_BOT_USER_INFORMATION
RemoteFetches information for a specified, existing Slack bot user; will not work for regular user accounts or other integration types.
SLACK_FETCH_CONVERSATION_HISTORY
RemoteFetches 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
RemoteDEPRECATED: Fetches comprehensive metadata about the current Slack team. Use `fetch_team_info` instead.
SLACK_FETCH_DND_STATUS_FOR_MULTIPLE_TEAM_MEMBERS
RemoteDEPRECATED: Retrieves a user's current Do Not Disturb status. Use `get_team_dnd_status` instead.
SLACK_FETCH_ITEM_REACTIONS
RemoteFetches 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
RemoteRetrieves 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
RemoteFetches comprehensive metadata about the current Slack team, or a specified team if the provided ID is accessible.
SLACK_FETCH_WORKSPACE_SETTINGS_INFORMATION
RemoteRetrieves detailed settings for a specific Slack workspace, primarily for administrators in an Enterprise Grid organization to view or audit workspace configurations.
SLACK_FIND_CHANNELS
RemoteFind channels in a Slack workspace by any criteria - name, topic, purpose, or description.
SLACK_FIND_USER_BY_EMAIL_ADDRESS
RemoteRetrieves 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
RemoteFind 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
RemoteRetrieves a specific Slack Canvas by its ID, including its content and metadata.
SLACK_GET_CHANNEL_CONVERSATION_PREFERENCES
RemoteRetrieves 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
RemoteGet message history from a channel. Returns messages in reverse chronological order. Free plan: 90-day history limit.
slack_get_channel_info
RemoteGet detailed information about a channel including topic, purpose, member count.
slack_get_channel_members
RemoteList all members of a channel. Returns user IDs with cursor-based pagination.
slack_get_permalink
RemoteGet a permanent URL for a specific message.
slack_get_reactions
RemoteGet all reactions for a specific message, including emoji names, counts, and user IDs.
SLACK_GET_REMINDER_INFORMATION
RemoteRetrieves detailed information for an existing Slack reminder specified by its ID; this is a read-only operation.
SLACK_GET_REMOTE_FILE
RemoteRetrieve information about a remote file added to Slack.
SLACK_GET_TEAM_DND_STATUS
RemoteRetrieves a user's current Do Not Disturb status.
slack_get_team_info
RemoteGet information about the workspace/team: name, domain, icon, etc.
slack_get_thread_replies
RemoteGet replies in a message thread. Returns the parent message and all replies.
slack_get_user_info
RemoteGet detailed information about a user including profile, status, admin flags.
SLACK_GET_USER_PRESENCE_INFO
RemoteRetrieves a Slack user's current real-time presence (e.g., 'active', 'away') to determine their availability, noting this action does not provide historical data or status reasons.
SLACK_INITIATES_CHANNEL_BASED_CONVERSATIONS
RemoteDEPRECATED: Initiates a public or private channel-based conversation. Use `create_channel` instead.
slack_invite_to_channel
RemoteInvite one or more users to a channel. Supports up to 1000 user IDs.
SLACK_INVITE_USER_TO_CHANNEL
RemoteInvites users to a specified Slack channel; this action is restricted to Enterprise Grid workspaces and requires the authenticated user to be a member of the target channel.
SLACK_INVITE_USER_TO_WORKSPACE
RemoteInvites a user to a Slack workspace and specified channels by email; use `resend=True` to re-process an existing invitation for a user not yet signed up.
SLACK_INVITE_USER_TO_WORKSPACE_WITH_OPTIONAL_CHANNEL_INVITES
RemoteDEPRECATED: Invites a user to a Slack workspace and specified channels by email. Use `invite_user_to_workspace` instead.