[ agent capabilities ]

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 /

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.

Slack /

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 /

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 /

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 /

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 /

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 /

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 /

SLACK_FETCH_TEAM_INFO

remote  ]

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

Slack /

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 /

SLACK_FIND_CHANNELS

remote  ]

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

Slack /

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 /

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 /

SLACK_GET_CANVAS

remote  ]

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

Slack /

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 /

slack_get_channel_history

remote  ]

Get message history from a channel. Returns messages in reverse chronological order. Free plan: 90-day history limit.

Slack /

slack_get_channel_info

remote  ]

Get detailed information about a channel including topic, purpose, member count.

Slack /

slack_get_channel_members

remote  ]

List all members of a channel. Returns user IDs with cursor-based pagination.

Slack /

slack_get_permalink

remote  ]

Get a permanent URL for a specific message.

Slack /

slack_get_reactions

remote  ]

Get all reactions for a specific message, including emoji names, counts, and user IDs.

Slack /

SLACK_GET_REMINDER_INFORMATION

remote  ]

Retrieves detailed information for an existing Slack reminder specified by its ID; this is a read-only operation.

Slack /

SLACK_GET_REMOTE_FILE

remote  ]

Retrieve information about a remote file added to Slack.

Slack /

SLACK_GET_TEAM_DND_STATUS

remote  ]

Retrieves a user's current Do Not Disturb status.

Slack /

slack_get_team_info

remote  ]

Get information about the workspace/team: name, domain, icon, etc.

Slack /

slack_get_thread_replies

remote  ]

Get replies in a message thread. Returns the parent message and all replies.

Slack /

slack_get_user_info

remote  ]

Get detailed information about a user including profile, status, admin flags.