Skip to main content
Glama

Create a channel

create_channel

Create a DM (kind="dm" with recipientHandles) or a group channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

The description implies a mutating operation (creation) but does not disclose side effects, permission requirements, or potential failures. With no annotations provided, the description carries the full burden of transparency, which is lacking.

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

Conciseness4/5

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

The description is a single, concise sentence that efficiently conveys the core action and key distinction. It avoids unnecessary detail while remaining clear, though it could benefit from a bit more structure to separate DM vs group logic.

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?

For a create operation, the description omits essential context such as required fields, return value, error handling, or any constraints (e.g., naming rules, member limits). This leaves the agent without enough information to invoke the tool confidently.

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?

Although the schema lists no parameters, the description mentions 'kind' and 'recipientHandles', implying these are meaningful inputs. This adds some semantic value, but the absence of parameter definitions or types leaves gaps in understanding the full input contract.

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 verb 'Create' clearly indicates the action, and the distinction between DM and group channel with 'recipientHandles' provides specific context. However, it could be more explicit about the outcome, but it's sufficiently clear for a create operation.

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 is given on when to use this tool versus alternatives like join_channel or leave_channel. It doesn't mention any preconditions or scenarios where creating a channel is appropriate, leaving the agent to infer usage from the purpose alone.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources