reply_slack
Reply to a Slack thread or send DM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| message | Yes | ||
| thread_ts | No |
Reply to a Slack thread or send DM.
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| message | Yes | ||
| thread_ts | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the high-level action without explaining whether thread_ts is required for replies, what happens if it's omitted, authentication requirements, or rate limits. It gives no details on the outcome of sending a DM vs replying to a thread.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short and front-loaded, which is good for scannability. However, it is under-specified and uses an ambiguous 'or' that conflates two different operations. It earns a middle score because it is efficient but not entirely clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has three parameters, no schema descriptions, no output schema, and no annotations, the description is far too minimal. It does not explain the return value, prerequisites, or the distinction between replying to a thread and sending a DM. The description is insufficient for an agent to invoke the tool correctly without external knowledge.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not mention any of the parameters (channel, message, thread_ts) by name or explain their roles. The word 'thread' hints at thread_ts, but there is no clarification of which parameter is the recipient or the message body. The description fails to compensate for the lack of schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's function: replying to a Slack thread or sending a DM. It uses a specific verb ('Reply') and names the resource (Slack thread/DM), which distinguishes it from platform-agnostic siblings like reply_teams_thread. However, the 'or send DM' phrasing introduces a secondary mode that overlaps with send_slack_message, so it's not perfectly specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like send_slack_message or reply_teams_thread. It does not mention scenarios where replying is appropriate, nor does it warn against using it for new messages. There is no 'when not to use' guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.