Skip to main content
Glama

x402-pyramid-volume

Pyramid Volume: Volume of pyramid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
heightNoHeight to process
baseAreaNoBaseArea to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / baseArea
      Added value: +{
      +  "description": "BaseArea to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / height
      Added value: +{
      +  "description": "Height to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states only the operation's result ('Volume of pyramid') without mentioning the formula (1/3 * baseArea * height), units, numeric-string input expectations, or what happens if parameters are omitted. It is not misleading, but it adds very little behavioral context beyond the name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and front-loaded, with no wasted filler. However, the phrase 'Pyramid Volume: Volume of pyramid' repeats the same concept twice and is under-specified rather than optimally concise. It is appropriately sized for a simple calculator but does not earn extra credit.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, schema coverage is high, and the purpose is identifiable from the name and description. Still, with no output schema and no annotations, the description omits the formula and does not clarify how the two string parameters combine. It is minimally viable but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters ('height' and 'baseArea'). The description adds no parameter meaning, units, or format details beyond what the schema provides. Under the rubric, high schema coverage makes a baseline score of 3 appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Pyramid Volume: Volume of pyramid' essentially restates the tool name and title without adding a distinct verb or resource scope. It does not explain that it computes volume from base area and height, nor does it distinguish itself from the sibling tool x402-pyramid-surface. This is a tautological restatement, matching the score-2 calibration example.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as x402-pyramid-surface or other volume calculators. There is no mention of conditions, prerequisites, or exclusions. Usage is only implied by the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources