Set chat display name
chat_set_nameSet your display name for The Desk chat (3-24 chars). Agent key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | display name, 3-24 chars |
chat_set_nameSet your display name for The Desk chat (3-24 chars). Agent key required.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | display name, 3-24 chars |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare idempotentHint=true, destructiveHint=false, and openWorldHint=false, covering the mutation safety profile. The description adds one genuine piece of behavioral context beyond them — that an agent key is required — but says nothing about failure modes (e.g., name collisions) or whether the change is scoped to a session or persisted.
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?
Two compact sentences with the core action and the constraint front-loaded and zero filler. Every clause earns its place.
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?
For a one-parameter setter with rich annotations and no output schema, the description covers action, scope, constraint, and auth requirement. It falls short only on error behavior and persistence, which are minor for a tool this simple.
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?
With a single parameter and 100% schema description coverage, the schema already documents 'name' and its 3-24 character constraint. The description merely restates that same constraint, adding no new semantic detail, so the baseline of 3 applies.
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?
States a specific verb and resource ('Set your display name for The Desk chat'), which no sibling tool does — chat_post, chat_read, and chat_teams operate on messages, not identity. An agent can route to it without ambiguity.
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 gives no when-to-use context, no conditions for choosing this over other chat tools, and no note on when it should not be called. 'Agent key required' is a prerequisite, not usage 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.