Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get recent messages from a channel
slack__get_messages
{ "type": "object", "properties": { "channel": { "type": "string", "description": "Channel ID" }, "limit": { "type": "number", "description": "Max messages (1-1000)" }, "oldest": { "type": "string", "description": "Only messages after this timestamp" } }, "required": [ "channel" ], "description": "Input schema for the slack__get_messages tool." }