slack_invite_user
Invite a user to a channel by providing the channel ID and user ID.
Instructions
Invite a user to a channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel ID. | |
| user_id | Yes | User to invite. |
Invite a user to a channel by providing the channel ID and user ID.
Invite a user to a channel.
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel ID. | |
| user_id | Yes | User to invite. |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It does not mention permissions, idempotency, side effects, or what happens if the user is already in the channel, leaving substantial uncertainty for a state-changing operation.
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 clear sentence with no filler words. It is front-loaded with the action and resource, making it easy to scan.
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's simple 2-parameter schema but lack of annotations and output schema, the description is insufficiently complete. It doesn't mention what the invocation returns, whether it can fail, or any prerequisites like workspace membership, making it harder for the agent to use without additional assumptions.
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?
Both parameters have schema descriptions (100% coverage), so the baseline is 3. The description adds no additional meaning beyond the schema; the parameter descriptions are minimal but present.
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 uses the specific verb 'invite' with a clear object/resource: invite a user to a channel. It is unambiguous and distinct from sibling tools like slack_send_message or slack_create_channel.
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, prerequisites, or exclusions. It does not mention alternative tools or any context beyond the literal action.
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/dmccaffery/claude-desktop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server