x402-cone-frustum-volume
Cone Frustum Volume: Volume of cone frustum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| height | No | Height to process | |
| radius1 | No | Radius1 to process | |
| radius2 | No | Radius2 to process |
Cone Frustum Volume: Volume of cone frustum.
| Name | Required | Description | Default |
|---|---|---|---|
| height | No | Height to process | |
| radius1 | No | Radius1 to process | |
| radius2 | No | Radius2 to process |
Changes observed during successful MCP inspections.
Input schema / properties / heightAdded value: +{
+ "description": "Height to process",
+ "type": "string"
+}Input schema / properties / radius1Added value: +{
+ "description": "Radius1 to process",
+ "type": "string"
+}Input schema / properties / radius2Added value: +{
+ "description": "Radius2 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 disclosure burden, and it delivers essentially nothing: no units (metric? any?), no return format or precision, no statement of which measurement system or ordering is expected. For a pure computation this is low-stakes, but the behavioral surface is undocumented.
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?
Very short and front-loaded, but the second clause simply repeats the first ('Cone Frustum Volume' / 'Volume of cone frustum'), so half the text is redundant rather than informative. Brevity here comes from under-specification, not efficiency.
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 3-parameter math tool with no output schema and no annotations, the description omits units, the ordering/semantics of radius1 vs radius2, and any hint of the result. An agent is left guessing at inputs that materially change the computed volume.
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 nominally 100%, but the schema text is tautological filler ('Height to process', 'Radius1 to process'), so the schema does not actually explain the parameters. The description adds nothing to resolve the critical ambiguity of which radius is the top versus bottom base. This falls short of the baseline-3 case where the schema genuinely documents the parameters.
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 'Cone Frustum Volume: Volume of cone frustum' restates the tool name with no added verb, scope, or distinguishing detail. There is no differentiation from close siblings such as x402-cone-volume, x402-frustum-volume, or x402-tube-volume, leaving an agent to infer the difference from names alone.
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?
No when-to-use guidance, no statement of when this is preferable to the plain cone-volume or frustum-volume tools, and no mention of prerequisites. The agent receives no routing signal beyond the name.
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.