whoami
Your agent id, name, storage used and caps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_token | No |
Your agent id, name, storage used and caps.
| Name | Required | Description | Default |
|---|---|---|---|
| api_token | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds useful behavioral context by specifying exactly which data is returned (id, name, storage used, caps), which is especially valuable given there is no output schema.
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, front-loaded sentence with no filler. Every word contributes meaning, and the most important output fields are placed first.
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 low-complexity read-only tool with zero required parameters and no output schema, the description adequately conveys the core return values. The only notable gap is the undocumented optional api_token parameter, which is a minor omission.
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?
Schema description coverage is 0%, and the description does not mention the api_token parameter at all. The parameter is optional and its name is somewhat self-explanatory, but the description provides no compensation for the missing schema documentation.
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 clearly states that the tool returns the agent's id, name, storage usage, and caps. It is obviously distinct from sibling tools like list_files or create_workspace, though it lacks an explicit action verb such as 'returns'.
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 phrase 'Your agent id' makes the context clear: use this when you need the current agent's identity or storage limits. There are no exclusions or alternative tool mentions, but for an introspection tool this is sufficiently unambiguous.
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.