Skip to main content
Glama

Get indicative quotes

get_quotes
Read-only

Return indicative auto insurance prices from multiple carriers, where this entity is licensed to show them. Takes rating facts only — no name, phone, email, SSN or licence number is required for an indicative price. Where we are not licensed to show prices, the request is still registered and a quote_id returned so licensed agents can quote it. If facts are missing the server asks for exactly what it needs and nothing more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoOptional; derived from the ZIP when absent
coverageYes
garaging_zipYesFive-digit ZIP where the vehicle is kept
vehicle_yearYes
date_of_birthYes
annual_mileageNo
violations_3yrNo
years_licensedNo
prior_continuousNo
vehicle_make_modelYes

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Annotations only convey readOnly and non-destructive hints. The description adds meaningful behavioral detail: when the entity is not licensed, the request is still registered and a quote_id is returned; and if facts are missing, the server asks for exactly what it needs. This goes well beyond the annotation baseline and helps the agent anticipate interactions.

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 three sentences with no filler. It front-loads the purpose and then adds two pieces of useful behavior in a compact way. Each sentence earns its place, though the third sentence is slightly long.

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 10 parameters and no output schema, the description explains the main outcomes: prices when licensed, quote_id when not licensed, and server-driven requests for missing facts. It does not fully specify the result payload in the licensed case, but the behavioral notes cover the major ambiguity an agent would face.

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 coverage is low at 20%, so the description needs to compensate. It does clarify that inputs are 'rating facts only' and explicitly excludes PII, which narrows the meaning of the parameters. However, it does not explain the individual non-obvious fields (e.g., years_licensed, prior_continuous, violations_3yr), so the agent still lacks detailed guidance for those parameters.

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 first sentence states a specific verb and resource: 'Return indicative auto insurance prices from multiple carriers'. It also specifies a key scope condition ('where this entity is licensed to show them'), which distinguishes it from generic quote or contact routing tools among the siblings.

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 gives clear usage context: it accepts rating facts only, excludes sensitive personal data, and explains what happens when the entity is not licensed to show prices. It does not explicitly name an alternative sibling tool, but no other sibling appears to perform quoting, so the guidance is sufficient.

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 serves a clearly distinct function: eligibility checks, quotes, agent contact, agency registration and status, data pulls, terms, and market data. Even where agency_status and check_eligibility both relate to licensing, their purposes are sharply separated by the descriptions.

Naming Consistency4/5

Most tools follow a verb_noun pattern like check_eligibility, get_quotes, pull_requests, register_agency, and request_agent_contact. Three resource-style names (agency_status, data_use_terms, market_data) deviate slightly but remain readable and predictable.

Tool Count5/5

Eight tools are well-scoped for this insurance lead and quote platform. Each tool covers a meaningful part of the workflow without unnecessary redundancy or bloat.

Completeness4/5

The core lifecycle is covered: eligibility, quoting, consent, agency registration, lead delivery, status, terms, and market data. Minor gaps exist, such as no update/delete for agency registration and no explicit tool to revoke consent, but these are workable via the described REST endpoints.

Resources