GroundTruth Info
ground_truth_infoGet info about the GroundTruth ASP — what it does, pricing, and how to call it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
ground_truth_infoGet info about the GroundTruth ASP — what it does, pricing, and how to call it
| 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?
With no annotations provided, the description carries the behavioral disclosure burden. 'Get info' clearly signals a read-only, non-mutating operation, and listing what the info covers (purpose, pricing, invocation) adds transparency about what the tool will surface.
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, tightly scoped sentence that front-loads the verb and resource and packs the relevant dimensions (purpose, pricing, usage) without wasted words.
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 no-parameter, no-output-schema informational tool, the description is nearly complete. The only minor gap is that 'ASP' is not expanded, and the source or format of the returned info is not stated, but neither is essential for correct invocation.
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 parameters and the schema has 100% coverage by default, so the baseline is 4. The description appropriately conveys what the informational call returns without needing to document parameters that do not exist.
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 uses a clear verb ('Get info') and names a specific resource ('the GroundTruth ASP') with the specific aspects covered: what it does, pricing, and how to call it. This distinguishes it from the sibling tools, which are action/task-oriented rather than informational.
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 usage context is implied: use it when the agent needs information about the GroundTruth ASP. However, it gives no explicit guidance about when not to use it or how it compares to alternatives like human_do, review_task, or task_status.
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.