slack_post_message
Post a message to a Slack channel to notify team members or share updates.
Instructions
Post a message to Slack channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| text | Yes |
Post a message to a Slack channel to notify team members or share updates.
Post a message to Slack channel
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| text | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It only says 'Post a message', omitting any information about authentication requirements, rate limits, error handling, or side effects. For a mutation tool, this is insufficient.
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 a single sentence, which is concise but lacks essential details. It is not verbose, but it fails to earn its place fully as it could provide more useful information without sacrificing conciseness.
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 no output schema and simple parameters, the description should still indicate the outcome of the action (e.g., whether it returns a message ID or success status). It does not, leaving the agent with incomplete context for a tool that performs a write operation.
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 adds no meaning beyond parameter names. It does not clarify whether 'channel' expects a name, ID, or other format, nor does it specify any constraints on 'text' (e.g., length, formatting).
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 'Post a message to Slack channel' uses a specific verb ('Post') and resource ('message to Slack channel'), clearly defining the tool's function. Among sibling tools, no other Slack-specific tools exist, so it naturally distinguishes itself.
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 vs alternatives, nor does it mention any prerequisites, limitations, or context. It simply states what it does without any usage best practices or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GlacierEQ/everything-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server