Skip to main content
Glama
bcharleson

Slack MCP Server

leave_channel

Exit a Slack channel by providing its channel ID to remove yourself from conversations and notifications.

Instructions

    Leave a Slack channel.

    Args:
        channel_id: The ID of the channel to leave (e.g., "C01234567")

    Returns:
        Dictionary indicating success or error
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the action ('Leave a Slack channel') and mentions a return type ('Dictionary indicating success or error'), but lacks details on permissions needed, whether the action is reversible, rate limits, or what specific success/error responses entail. This is a significant gap for a mutation tool.

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

Conciseness5/5

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

The description is front-loaded with the core purpose in the first sentence, followed by structured Args and Returns sections. Each sentence earns its place by providing essential information without redundancy, making it highly efficient and well-organized.

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

Completeness3/5

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

Given the tool's moderate complexity (a mutation with one parameter) and the presence of an output schema (which covers return values), the description is adequate but incomplete. It lacks behavioral details like permissions or reversibility, which are crucial for safe usage, though the output schema reduces the need to explain return values.

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

Parameters4/5

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

The description adds meaningful context for the single parameter 'channel_id' by explaining it's 'The ID of the channel to leave' and providing an example ('e.g., "C01234567"'), which compensates for the 0% schema description coverage. Since there are no other parameters, this is sufficient for clarity.

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

Purpose5/5

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

The description clearly states the specific action ('Leave a Slack channel') with the resource ('channel'), distinguishing it from siblings like 'join_channel' or 'archive_channel'. It uses a precise verb that directly matches the tool's name without being tautological.

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

Usage Guidelines3/5

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

The description implies usage by specifying the action and resource, but does not explicitly state when to use this tool versus alternatives (e.g., 'archive_channel' for closing channels or 'join_channel' for the opposite action). It provides basic context but lacks guidance on prerequisites or exclusions.

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

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