Learn how to use Klavis to connect your AI application to Slack MCP Server
Tools Information
Tool Name | Description |
---|---|
User Tools | |
slack_user_list_channels | List all channels the authenticated user has access to (public, private, DMs, multi-party DMs) |
slack_get_channel_history | Get recent messages from a channel |
slack_invite_users_to_channel | Invite one or more users (including bot users) to a Slack channel |
slack_list_users | Lists all users in a Slack team |
slack_user_get_info | Gets information about a specific user |
slack_user_search_messages | Searches for messages matching a query with user permissions |
slack_user_post_message | Post a new message to a Slack channel as a user |
slack_user_reply_to_thread | Reply to a specific message thread in Slack as a user |
slack_user_add_reaction | Add a reaction emoji to a message as a user |
Bot Tools | |
slack_bot_post_message | Post a new message to a Slack channel as a bot |
slack_bot_reply_to_thread | Reply to a specific message thread in Slack as a bot |
slack_bot_add_reaction | Add a reaction emoji to a message as a bot |