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.
Send a message to a Slack channel
slack__send_message
{ "type": "object", "properties": { "channel": { "type": "string", "description": "Channel ID to send to" }, "text": { "type": "string", "description": "Message text (supports mrkdwn)" }, "thread_ts": { "type": "string", "description": "Thread timestamp to reply to" }, "unfurl_links": { "type": "boolean", "description": "Unfurl URLs" } }, "required": [ "channel", "text" ], "description": "Input schema for the slack__send_message tool." }