Read the current API identity
yardstick_identityReturn the current Yardstick API principal context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | No |
yardstick_identityReturn the current Yardstick API principal context.
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | 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, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds 'principal context' but does not elaborate on behavior, return format, or any additional side effects. Since annotations cover the main transparency needs, a score of 3 is appropriate.
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, clear sentence that is front-loaded with the verb and resource. There is no wasted wording, and it is appropriately concise for a simple read operation.
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?
While the tool is simple and annotations cover safety, the description lacks any explanation of the 'principal context' or the 'request_id' parameter. For a minimal tool this might be sufficient, but a bit more detail would make it fully complete.
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 'request_id' parameter at all. With zero compensation in the description, the parameter's purpose and usage remain unclear, which is a significant gap even for an optional parameter.
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 the verb 'Return' and the resource 'current Yardstick API principal context,' which accurately reflects the tool's name and title. It is distinct from sibling tools, as no other tool appears to handle API identity.
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 implies the tool is used to check the current API identity/context, but it does not explicitly state when to use it or mention any alternatives. For a simple standalone read tool, the lack of explicit guidance is acceptable but not ideal.
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.