Skip to main content
Glama

Scaffolding cost calculator

calculate

Run the Scaffolding cost calculator calculator: Low end of typical 2026 quotes; High end of typical 2026 quotes. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weeksNoWeeks on hire
lengthNoElevation length
storeysNoHeight2
complexityNoJob typeplain

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It discloses useful behavior: missing inputs fall back to defaults and the result is a low/high quote range for 2026. However, it does not clarify output format, currency, or whether there are side effects beyond pure calculation.

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 second sentence about fallback defaults is useful and earns its place. However, the opening phrase 'Scaffolding cost calculator calculator' is redundant and the title already states the same information, so the structure could be tighter.

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?

For a relatively simple calculator with four well-documented parameters, the description gives the core purpose and the fallback behavior. But with no output schema and no annotations, it does not explicitly state what the returned low/high values look like or how to interpret them, leaving a notable gap.

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% and all four parameters already have meaningful descriptions and defaults in the schema. The description adds only the fallback-to-defaults behavior, which the schema's default values already imply, so the baseline of 3 is appropriate.

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

Purpose4/5

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

The description states a clear verb ('Run') and resource ('Scaffolding cost calculator'), and adds that it produces low/high ends of typical 2026 quotes. It does not explicitly distinguish itself from sibling tools such as calculator_describe, so it falls short of a 5.

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?

There is no guidance on when to use this tool versus calculator_describe, enquiry_describe, or submit_enquiry. The description implies 'use this to calculate scaffolding costs' but does not state alternatives, exclusions, or 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.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: calculate runs the calculator, calculator_describe explains its inputs/outputs, enquiry_describe explains the enquiry flow, enquiry_fields lists fields, and submit_enquiry handles submission. There is no ambiguity between them.

Naming Consistency2/5

Naming conventions are mixed: 'calculate' is a bare verb, 'calculator_describe' and 'enquiry_describe' are noun-verb, 'enquiry_fields' is noun-noun, and 'submit_enquiry' is verb-noun. The style is inconsistent, making it harder to predict tool names.

Tool Count5/5

With only 5 tools, the set is well-scoped for a calculator with an enquiry submission flow. Each tool earns its place and the count is appropriate for the domain.

Completeness5/5

The surface covers the full lifecycle: calculating costs, understanding the calculator, understanding the enquiry process, getting the required fields, and submitting an enquiry with confirmation. No obvious gaps for the stated purpose.

Resources