Skip to main content
Glama

Harris Boat Works - Mercury Repower

build_quote

Build an itemized CAD quote (motor + installation + propeller + trade-in + HST + financing tier) and return a deep-link URL the customer can open. Optional contact captures a lead in the dealership CRM.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
familyNo
contactNo
motor_idNo
trade_inNo
boat_infoNo
horsepowerNo
purchase_pathNoinstalled

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 reveals the tool returns a deep-link URL and optionally captures a lead (a side effect). However, it does not disclose whether the quote is persisted, idempotency, rate limits, or auth requirements. The side effect is mentioned but understated.

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?

Two sentences front-load the core purpose and return type. The second sentence adds optional contact handling. Could be slightly more structured by separating the components list from the lead capture, but still short and mostly efficient.

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?

Given 7 parameters including nested objects and no output schema, the description is too brief. It does not explain the purpose of each parameter (e.g., 'family', 'horsepower'), what the deep-link URL enables, or what happens on failure. The completeness is inadequate for an agent to reliably invoke the tool.

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?

Schema description coverage is 0%, so the description must explain parameters. It lists components like 'propeller' and 'financing tier' that do not directly map to any schema properties (e.g., missing from schema parameters). Key parameters like 'family', 'boat_info', and 'horsepower' are not explained, leaving much ambiguity.

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 builds an itemized CAD quote listing explicit components (motor, installation, etc.) and returns a deep-link URL. This distinguishes it from siblings like estimate_trade_in or search_motors which focus on subtasks.

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 implies use for building a complete quote, but does not explicitly state when to use this vs. alternatives or provide conditions like prerequisites or when not to use. The mention of optional CRM lead capture hints at a specific use case but lacks clarity.

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 has a clearly distinct purpose: building quotes, estimating trade-ins, fetching brand rules, retrieving a single motor, and searching inventory. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, e.g., build_quote, estimate_trade_in, get_brand_rules, get_motor, search_motors.

Tool Count4/5

With 5 tools, the set is focused and appropriate for a repower business. It covers core operations without being sparse or bloated.

Completeness4/5

The tools cover quoting, trade-in, rules, and motor details. Missing a tool for updating quotes or finalizing sales, but the main workflow is supported.