Skip to main content
Glama

GroundTruth — subsurface scan QA & trade estimating

draft_estimate

Turn a plain-English description of a trade job into a professional itemized bid — real materials by size, fittings, consumables and labor on its own line, at realistic US market prices. Built for one-truck electrical, plumbing, HVAC and general-contracting shops. This is GruntPay: the contractor normally speaks this into their phone. Returns the line items plus a link to brand it and send it to the customer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tradeNoelectrical, plumbing, hvac, or general. Defaults to general.
job_descriptionYesWhat the contractor did or will do, in plain words. e.g. "Replaced the panel, 85 feet of conduit, 8 can lights, 16 hours."

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description fully informs behavior: it returns 'line items plus a link to brand it and send it to the customer' and mentions realistic US market prices. It does not specify destructive or auth-related behaviors, but those are not critical for a read-only estimate tool.

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?

Three sentences, front-loaded with the main action. Each sentence adds value: what it does, for whom, and what it returns. Could be slightly more concise, but no wasted words.

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

Completeness5/5

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

Given two simple parameters and no output schema, the description fully explains input format, behavior, output structure, and target users. No gaps identified.

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. The description adds context about plain-English input and examples, but does not provide unique parameter-level details beyond the schema.

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 verb ('turn into') and resource ('professional itemized bid'), and distinguishes from siblings like get_pricing and read_scan by specifying it creates a bid from plain-English input.

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

Usage Guidelines4/5

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

The description specifies the target audience ('one-truck electrical, plumbing, HVAC and general-contracting shops') and use case ('contractor normally speaks this into their phone'), but does not explicitly state when not to use it or provide alternatives.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: draft_estimate for generating bids, get_pricing for plan costs, and read_scan for analyzing subsurface scans. There is no overlap or ambiguity.

Naming Consistency5/5

All tools use lowercase snake_case with a consistent verb_noun pattern (draft_estimate, get_pricing, read_scan), making them predictable and easy to understand.

Tool Count4/5

With 3 tools covering two related domains (estimating and scanning), the count is slightly minimal but still appropriate for a focused service. Each tool is justified and not excessive.

Completeness4/5

The tools cover the core advertised features: pricing info, estimate generation, and scan analysis. Minor gaps like estimate management or scan history exist but do not hinder primary use cases.