Skip to main content
Glama

calculate_takeoff

Calculate an auditable material takeoff from explicit geometry or a supported SmartScale/ProtoGen measurement payload. Returns net, explicit waste-adjusted, and conservative purchase quantities. This is a planning estimate, not a guaranteed material order or professional certification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
optionsNo
request_idNo
payment_refNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description takes on full responsibility. It explains the output types (net, waste-adjusted, purchase quantities) and notes it's an estimate. However, it does not disclose side effects, permissions, error behavior, or the meaning of 'auditable', leaving some behavioral aspects unclear.

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

Conciseness4/5

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

The description is concise at two sentences, front-loading the core purpose and adding a necessary caveat. It is efficient and easy to parse, though a bit more structure (e.g., separating inputs from outputs) could slightly improve clarity.

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

Completeness2/5

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

Despite having an output schema which reduces the need to detail return values, the description is incomplete given the tool's moderate complexity. Critical information about parameter semantics and operational context is missing, requiring external documentation for full understanding.

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

Parameters2/5

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

The input schema has 0% description coverage, and while the description mentions inputs like 'explicit geometry or measurement payload', it does not explain individual parameters (e.g., 'items', 'options', 'request_id', 'payment_ref'). This lack of parameter-level guidance makes it difficult for an agent to correctly populate the fields.

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

Purpose5/5

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

The description clearly states the tool calculates an auditable material takeoff from explicit geometry or supported measurement payloads, specifying the resource and action. It distinguishes itself from sibling tools like list_assemblies or get_assembly, which serve different purposes.

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

Usage Guidelines3/5

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

The description provides context that this is a planning estimate, not a guaranteed order, which implies appropriate usage scenarios. However, it lacks explicit guidance on when to use this tool over alternatives or when not to use it, and does not mention any prerequisites.

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.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool serves a distinct purpose: calculation, server info, retrieval of assemblies and material packs, listing, and verification. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., calculate_takeoff, list_assemblies, get_material_pack).

Tool Count5/5

7 tools is well-scoped for a quantity takeoff server, covering listing, retrieving, calculating, and verifying without being excessive or sparse.

Completeness4/5

The tool set covers core workflows: listing, retrieval, calculation, and verification. Minor gaps like managing previous takeoffs or creating assemblies are absent but acceptable for a read-only planning estimate server.