Skip to main content
Glama

Florida Insurance

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/5.0
Behavior1/5

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

This is an annotation contradiction. The annotations declare readOnlyHint=true, meaning the tool should not create persistent state, but the description says that where the entity is not licensed, 'the request is still registered and a quote_id returned' so licensed agents can quote it. Registering a request and returning a quote_id for later use implies a persistent side effect, directly contradicting the read-only annotation.

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 concise and front-loaded with the main purpose, with each sentence contributing meaningful information: what is returned, what inputs are excluded, how unlicensed requests behave, and how missing facts are handled. It could be slightly more structured, but it is well within acceptable length and density.

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?

Despite the useful licensing and PII context, the definition is not complete enough for reliable invocation: there is no output schema, parameter descriptions are sparse, and the description does not explain the shape of returned quotes or the meaning of several inputs. The readOnlyHint contradiction further undermines contextual reliability. An agent would still need significant additional information to call this tool confidently 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?

Schema description coverage is only 20%, with most parameter names left to self-explanation. The description adds a useful general constraint—'Takes rating facts only' and no PII—but it does not clarify ambiguous parameters like prior_continuous, violations_3yr, years_licensed, or annual_mileage. With 10 parameters and only 20% schema coverage, the description does not sufficiently compensate for the missing parameter semantics.

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 states a specific action and resource: 'Return indicative auto insurance prices from multiple carriers'. It is clearly distinguishable from sibling tools by focusing on indicative quotes rather than eligibility, agency status, or market data. The qualifier 'where this entity is licensed to show them' adds important scope without muddying the core purpose.

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 when to use the tool: when an indicative auto insurance price is needed. It also explains the unlicensed edge case and the no-PII requirement, but it never explicitly names alternatives or states when not to use this tool versus sibling tools such as check_eligibility or request_agent_contact. The usage context is clear but relies on inference.

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 maps to a distinct step or resource: eligibility pre-check, quotes, consent/contact, agency registration, agency status, lead queue, market data, and data-use terms. Even the two quote-related tools are clearly sequenced with check_eligibility described as 'call this first'.

Naming Consistency3/5

Five tools use a clear verb_noun pattern (check_eligibility, get_quotes, pull_requests, register_agency, request_agent_contact), but three are bare noun phrases (agency_status, data_use_terms, market_data). All names are readable and consistently snake_case, but the verb-led convention is not uniform.

Tool Count5/5

Eight tools cover the main stages of an insurance marketplace: eligibility, quotes, consumer consent, agency onboarding, lead delivery, market data, and terms. The count is well-scoped and each tool earns its place.

Completeness4/5

The core consumer journey (eligibility → quotes → consented agent contact → lead delivery) and agency workflow (register → status → pull requests) are well covered, along with market data and terms. Minor gaps exist, such as no explicit update/removal for agency registration and consent revocation only mentioned as POST /forget rather than a tool.

Resources