Skip to main content
Glama
karbassi

slack-mcp

by karbassi

chat_update

Update an existing Slack message by providing its channel ID and timestamp. Modify text, blocks, attachments, or metadata.

Instructions

Update a message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYesID of the channel containing the message to update (e.g. ``C0123``).
tsYesTimestamp of the message to update (e.g. ``1700000000.000100``).
textNoNew message text or fallback text when ``blocks`` are provided. Supports Slack mrkdwn.
attachmentsNoUpdated legacy attachment array. Prefer ``blocks`` for new messages.
blocksNoUpdated Block Kit block array replacing the existing layout.
as_userNoUpdate as the authenticated user rather than as the bot (legacy; ignored for workspace apps).
link_namesNoFind and link channel names and usernames in the updated ``text``.
metadataNoUpdated structured metadata object (``event_type`` + ``event_payload``).
parseNoHow to handle message text: ``full`` (linkify everything) or ``none`` (pass text as-is).
reply_broadcastNoBroadcast the updated threaded reply to the channel.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided. The description 'Update a message' gives no behavioral details: no mention of permissions needed (e.g., scopes), whether the update is irreversible, rate limits, or what the response looks like. The rich input schema hints at behavior but the description itself adds zero transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise (3 words), but this is under-specification rather than efficient conciseness. The description omits critical context and should include more detail while remaining compact.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 10 parameters, no annotations, and an output schema present, the description fails to guide the agent on successful invocation. It does not explain that the tool modifies an existing message, nor does it mention the required channel and ts parameters or what the output contains.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description does not add extra meaning beyond what the schema already provides for parameters. No parameter reference in description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Update a message' clearly indicates the verb (update) and resource (message). While it doesn't explicitly differentiate from siblings like chat_delete or chat_post_message, the action is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives (e.g., chat_delete for removing messages, chat_post_message for new ones). Does not state prerequisites like requiring an existing message.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/karbassi/slack-mcp'

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