Skip to main content
Glama

update_message

Modify existing Slack messages by providing channel ID, message timestamp, and new text content to update communication in your workspace.

Instructions

Update an existing message

Input Schema

NameRequiredDescriptionDefault
channelYesChannel ID
textYesNew message text
tsYesMessage timestamp

Input Schema (JSON Schema)

{ "properties": { "channel": { "description": "Channel ID", "type": "string" }, "text": { "description": "New message text", "type": "string" }, "ts": { "description": "Message timestamp", "type": "string" } }, "required": [ "channel", "ts", "text" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hais/slack-bot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server