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_GET_USER_PRESENCE_INFO
[ remote ]Retrieves 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
[ remote ]DEPRECATED: Initiates a public or private channel-based conversation. Use `create_channel` instead.
slack_invite_to_channel
[ remote ]Invite one or more users to a channel. Supports up to 1000 user IDs.
SLACK_INVITE_USER_TO_CHANNEL
[ remote ]Invites 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
[ remote ]Invites 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
[ remote ]DEPRECATED: Invites a user to a Slack workspace and specified channels by email. Use `invite_user_to_workspace` instead.
SLACK_INVITE_USERS_TO_A_SLACK_CHANNEL
[ remote ]Invites users to an existing Slack channel using their valid Slack User IDs.
SLACK_JOIN_AN_EXISTING_CONVERSATION
[ remote ]Joins an existing Slack conversation (public channel, private channel, or multi-person direct message) by its ID, if the authenticated user has permission.
slack_join_channel
[ remote ]Join a public channel. Bot must have channels:join scope.
slack_kick_from_channel
[ remote ]Remove a user from a channel.
SLACK_LEAVE_A_CONVERSATION
[ remote ]Leaves a Slack conversation given its channel ID; fails if leaving as the last member of a private channel or if used on a Slack Connect channel.
SLACK_LIST_ACCESSIBLE_CONVERSATIONS_FOR_A_USER
[ remote ]DEPRECATED: Retrieves conversations accessible to a specified user. Use `list_conversations` instead.
SLACK_LIST_ALL_CHANNELS
[ remote ]Lists conversations available to the user with various filters and search options.
SLACK_LIST_ALL_SLACK_TEAM_CHANNELS_WITH_VARIOUS_FILTERS
[ remote ]DEPRECATED: Lists conversations available to the user with various filters and search options. Use `list_channels` instead.
SLACK_LIST_ALL_SLACK_TEAM_USERS_WITH_PAGINATION
[ remote ]DEPRECATED: Retrieves a paginated list of all users in a Slack workspace. Use `list_all_users` instead.
SLACK_LIST_ALL_USERS
[ remote ]Retrieves a paginated list of all users, including comprehensive details, profile information, status, and team memberships, in a Slack workspace; data may not be real-time.
SLACK_LIST_ALL_USERS_IN_A_USER_GROUP
[ remote ]Retrieves a list of all user IDs within a specified Slack user group, with an option to include users from disabled groups.
slack_list_bookmarks
[ remote ]List all bookmarks in a channel.
SLACK_LIST_CANVASES
[ remote ]Lists Slack Canvases with filtering by channel, user, timestamp, and page-based pagination. Uses Slack's files.list API with types=canvas filter.
slack_list_channels
[ remote ]List channels in the workspace. Filter by type: public_channel, private_channel, im, mpim.
SLACK_LIST_CONVERSATIONS
[ remote ]List conversations (channels/DMs) accessible to a specified user (or the authenticated user if no user ID is provided), respecting shared membership for non-public channels.
slack_list_emoji
[ remote ]List all custom emoji in the workspace. Returns emoji name-to-URL mapping. Aliases use "alias:emoji_name" format.
slack_list_files
[ remote ]List files in the workspace. Filter by channel, user, or type. Free plan: files older than 90 days are deleted.
SLACK_LIST_FILES_WITH_FILTERS_IN_SLACK
[ remote ]Lists files and their metadata within a Slack workspace, filterable by user, channel, timestamp, or type; this action returns metadata only, not file content.
slack_list_pins
[ remote ]List all pinned items in a channel.
SLACK_LIST_REMINDERS
[ remote ]Lists all reminders with their details for the authenticated Slack user; returns an empty list if no reminders exist.
SLACK_LIST_REMOTE_FILES
[ remote ]Retrieve information about a team's remote files.
SLACK_LIST_SCHEDULED_MESSAGES
[ remote ]Retrieves a list of pending (not yet delivered) messages scheduled in a specific Slack channel, or across all accessible channels if no channel ID is provided, optionally filtered by time and paginated.
SLACK_LIST_SCHEDULED_MESSAGES_IN_A_CHANNEL
[ remote ]DEPRECATED: Retrieves a list of pending (not yet delivered) messages scheduled in a specific Slack channel. Use `list_scheduled_messages` instead.
SLACK_LIST_SLACK_S_REMOTE_FILES_WITH_FILTERS
[ remote ]DEPRECATED: Retrieve information about a team's remote files. Use `list_remote_files` instead.