Skip to main content
Glama

Georgiaautoquotes

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

B3.4/5.0
Behavior1/5

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

Annotation Contradiction: the annotations mark readOnlyHint as true, implying no persistent side effects, but the description says 'the request is still registered and a quote_id returned', which implies the server stores a new quote request. This is a write-like behavior, and idempotentHint=false further suggests repeated calls could create new registrations. The contradiction forces the lowest score.

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?

Four sentences, each earning its place: the core action, the PII boundary, the unlicensed fallback, and the missing-facts behavior. Key information is front-loaded and there is no filler or repetition.

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?

Given 10 parameters, no output schema, and only one described property, the description covers the main return behavior (prices when licensed, quote_id when not) and the server asking for missing facts. However, it omits the exact response shape, optional field semantics, and any rate-limit or licensing detail an agent might need in edge cases.

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?

With schema description coverage at only 20% (only state is described), the description carries most of the parameter burden. It usefully clarifies that no PII is needed and all inputs are rating facts, but it does not explain the optional rating fields, their formats, or when they are required beyond the required list.

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?

States a specific action ('Return indicative auto insurance prices') and a resource ('from multiple carriers'), with a clear qualifier about licensing. The purpose is immediately distinguishable from the sibling tools, which are about eligibility, market data, or agent contact.

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?

Provides clear context on when to use this tool: when only rating facts are available and no PII like name, email, or SSN should be collected. It also explains the fallback behavior for unlicensed scenarios, but it does not explicitly name sibling tools or state when an alternative should be used instead.

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 is scoped to a different step or stakeholder: licensing pre-check, indicative quotes, consent/contact, agency registration/status, lead-queue draining, historical market data, and data-use disclosure. The two price-related tools (get_quotes vs market_data) are clearly separated as live quotes vs de-identified historical demand, so misselection is unlikely.

Naming Consistency3/5

All names are lowercase snake_case and domain-descriptive, but the set mixes imperative verb-object names (get_quotes, register_agency, pull_requests, check_eligibility, request_agent_contact) with noun-style resource names (agency_status, market_data, data_use_terms). This is readable but does not follow one consistent naming convention.

Tool Count5/5

Eight tools is a well-scoped size for this domain, covering the consumer quote/consent workflow, agency registration and lead delivery, and a market-data product without redundant or filler tools. The count feels deliberate rather than thin or bloated.

Completeness4/5

The core user journeys are present: eligibility check leads to quote generation, informed consent, and agent contact, while agencies can register, check status, and pull leads. Minor gaps such as no agency update/deactivate tool and consent revocation only referenced as an external POST endpoint keep it from a perfect lifecycle score.

Resources