whoami
Show the authenticated account (plan, email, verification state), or confirm you're anonymous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Show the authenticated account (plan, email, verification state), or confirm you're anonymous.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. Description adds value by detailing output content (plan, email, verification state) and the anonymous confirmation case, which annotations don't specify. No contradictions.
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?
Single sentence, fully front-loaded, no redundant words. Every word contributes meaning. Ideal conciseness for a simple tool.
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?
Adequate for a read-only info tool with no parameters and no output schema. Describes both authenticated and anonymous cases. Could mention error handling or exact output format, but given low complexity, this is sufficient.
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?
No parameters in input schema (100% coverage). With zero parameters, baseline is 4. Description doesn't need to add parameter info; it correctly omits any.
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?
Description uses specific verb 'Show' and resource 'authenticated account' with explicit details (plan, email, verification state). It clearly distinguishes from sibling tools like memory_recall or generate_avatar by focusing on identity and authentication status.
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?
No guidance on when to use this tool versus alternatives. It implies use for checking current identity but doesn't specify scenarios like before performing authenticated actions or when to expect anonymous response. Missing when-not-to-use context.
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.