Skip to main content
Glama

Instant estimate range from home size + addresses.

ballpark_estimate

Instant estimate range from home size + addresses. Free; never bookable. Scope: quote.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originNoOne end of the move, as the customer gives it.
dwellingYesA `dwelling` from GET /home-profiles
move_dateNoLets date-based pricing apply. Optional but strongly recommended.
destinationNoOne end of the move, as the customer gives it.
distance_milesNoOnly used when no route can be found from the addresses

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

The description goes beyond the generic annotations by revealing that the tool is free, never bookable, and limited to quote scope. This is valuable behavioral disclosure that helps the agent understand the tool will not create a booking or commit the user.

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

Conciseness5/5

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

Two short sentences, both purposeful and front-loaded. The first states the core function; the second adds scope and behavioral constraints without any filler or redundancy.

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

Completeness4/5

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

For a tool with a fully described nested schema, the description provides the essential role and constraints: estimate range, quote scope, free, and never bookable. It does not describe the exact output format, but 'estimate range' conveys the primary return concept, and the schema covers all parameter semantics.

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%, with detailed parameter descriptions already present in the input schema. The description's mention of 'home size + addresses' loosely maps to parameters but adds no new parameter-level meaning, so the baseline score of 3 applies.

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 clearly states the tool creates an instant estimate range from home size and addresses, with 'Scope: quote' and 'never bookable' helping separate it from booking-oriented siblings. It is specific about the resource (estimate range) and the inputs, though it does not name a sibling explicitly.

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?

'Free; never bookable. Scope: quote' implies this tool is for the quick quote stage rather than for booking or job creation, which gives the agent useful context. However, it does not explicitly name alternatives like request_booking or quote_inventory, nor state when not to use this tool.

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.5/5.0
Disambiguation5/5

Each tool targets a distinct action or resource: job lifecycle, upload steps, quote variants, key management, and webhook replay are clearly separated. Even the three pricing tools are differentiated by context (pre-job ballpark, direct quote, date-window pricing).

Naming Consistency4/5

Almost all tools follow a verb_noun snake_case pattern (create_job, list_jobs, set_contact, rotate_key). Minor deviations like ballpark_estimate (no verb) and get_cube_sheet_csv (format suffix) keep it from being perfectly consistent.

Tool Count2/5

32 tools is a large surface for a survey tool, crossing the 25+ threshold. Many key-management and webhook-delivery tools feel like a separate API admin surface rather than core survey workflow.

Completeness4/5

The core survey flow is well covered: create job, capture contact/access/date, upload video, edit inventory, approve, book, and report outcome. Minor gaps like no cancel/delete job or webhook subscription management are workarounds.

Resources