Who Is This
who_is_thisLearn about the platform identity and mission
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
who_is_thisLearn about the platform identity and mission
| 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, so the safety profile is well covered. The description adds only that the tool returns identity/mission info, but does not describe output format, whether it can be called repeatedly, or any other behavioral detail.
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 short sentence with no filler or redundancy. It is appropriately sized for a parameterless introspection 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?
Given the zero-parameter schema, safe annotations, and low complexity, the description provides enough information for an agent to invoke the tool and understand the broad subject matter it returns. No output schema exists, but the expected content is plainly stated.
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?
The tool has zero parametershopping, so there is no parameter burden on the description. The schema coverage is trivially 100% and no parameter documentation is needed.
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 identifies the resource as 'platform identity and mission' and implies a retrieval action, matching the title 'Who Is This'. It is understandable and distinct from most sibling tools, though the verb 'Learn' is user-facing rather than an explicit tool operation.
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 guidance about when to use this tool versus alternatives like get_platform_status or get_arena_state. It does not state exclusions, prerequisites, or context in which this tool is preferred.
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.