Slack MCP Server

MIT License
7,932
40,097
  • Apple

slack_get_channel_history

Retrieve recent messages from a Slack channel by specifying the channel ID and message limit. Facilitates monitoring and analyzing channel history efficiently.

Instructions

Get recent messages from a channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesThe ID of the channel
limitNoNumber of messages to retrieve (default 10)

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "The ID of the channel", "type": "string" }, "limit": { "default": 10, "description": "Number of messages to retrieve (default 10)", "type": "number" } }, "required": [ "channel_id" ], "type": "object" }

You must be authenticated.

Other Tools from Slack MCP Server

Related Tools

ID: zcfm7oczkc