x402-hemisphere-surface
Hemisphere Surface: Surface area of hemisphere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius | No | Radius to process |
Hemisphere Surface: Surface area of hemisphere.
| Name | Required | Description | Default |
|---|---|---|---|
| radius | No | Radius to process |
Changes observed during successful MCP inspections.
Input schema / properties / radiusAdded value: +{
+ "description": "Radius to process",
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. It does not disclose whether the returned surface area includes the base circle, what units are assumed, how the string radius is parsed, or what errors may occur for invalid inputs.
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 wasted words. It is appropriately sized for a simple one-parameter calculator.
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 math tool with no output schema, the description is minimally adequate. However, it leaves a meaningful ambiguity between total and curved surface area, and it gives no units or input-format context that an agent might need 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?
Schema description coverage is 100%, with the sole radius parameter documented as 'Radius to process'. The description adds no extra meaning, units, or format details for the radius, so the schema carries the semantic load.
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 states a specific calculation: surface area of a hemisphere. It is clear enough to distinguish from a volume tool by the word 'Surface', but it does not explicitly name or contrast with the sibling x402-hemisphere-volume or clarify whether the result is total surface area or curved surface area.
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?
There is no guidance on when to use this tool, what alternatives exist, or what input format is expected. The context implies it is a simple math utility, but no explicit usage conditions or exclusions are given.
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.