Slack

get_mentions_on_slack

Fetch recent messages where the bot/user is mentioned (optionally by channel).

Remote KaranThink41/official-slack-mcp

Other tools also called get_mentions_on_slack? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "default": 10,
      "description": "Number of mention messages to fetch (default 10)"
    },
    "channel_id": {
      "type": "string",
      "description": "The ID of the channel to search mentions in (optional)."
    },
    "channel_name": {
      "type": "string",
      "description": "The name of the channel to search mentions in (optional)."
    }
  }
}
          

Provider

Slack →