Skip to main content
Glama

Nevada Insurance

Buy de-identified demand records (the dataset)

market_data
Read-only

The demand dataset: every auto insurance request people and their AI assistants made here, de-identified (age band, ZIP3, vehicle, coverage, mileage band, record, prices shown, the door and the AI vendor that asked, and the outcome: consented, verified, delivered, withdrawn). Never a name, phone, email, date of birth or five-digit ZIP. Filter by state, since, until, door, vendor; limit and offset. Priced per record with a minimum per pull; pay with a prepaid buyer key, x402, MPP or AP2. Without payment the result is a 402 with the price and a preview count. A free sample and the schema are at /data.json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doorNo
limitNo
sinceNo
stateNo
untilNo
offsetNo
vendorNo
mandateNoAP2 Payment Mandate
paymentNox402 X-PAYMENT payload
buyer_keyNoA prepaid buyer key
credentialNoMPP credential

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The description goes far beyond the annotations by disclosing de-identification protections, the exact fields included and excluded, payment methods, the 402-with-preview behavior without payment, and the availability of a sample schema. This is rich behavioral context that complements the readOnly/non-destructive hints.

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 dense but not bloated: each sentence contributes dataset scope, filters, pricing/payment, error behavior, or schema access. It could be easier to scan as structured bullets, but it is appropriately sized for the tool's complexity.

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 an 11-parameter, payment-gated tool with no output schema, the description covers the data content, de-identification guarantees, filters, pricing, payment modes, the no-payment 402 case, and a link to the full schema. It does not spell out exact output formatting or every parameter constraint, but the /data.json pointer and the level of detail make it sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With only 36% schema description coverage, the description carries most of the parameter meaning. It explains filter dimensions (state, since, until, door, vendor), pagination (limit, offset), and maps payment concepts to the relevant params (x402, MPP, AP2, buyer key). It does not fully specify value formats or how payment params are transported, but it adds substantial meaning beyond the bare 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 identifies a specific resource—the de-identified demand dataset—and a concrete operation: retrieve/buy records with filtering and pagination. It enumerates the record fields and explicitly distinguishes this dataset from other possible tools by saying it covers every auto insurance request made here.

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 context for when to use the tool: to obtain demand records, with state/date/door/vendor filters, pagination, and payment requirements. It does not explicitly name sibling alternatives or say when not to use it, but the context is unambiguous enough for an agent to route to this tool for dataset access.

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 targets a clearly distinct function: eligibility checking, quoting, agent contact, agency registration/status/queue, data terms, and market data. The only adjacent pair, agency_status and pull_requests, is cleanly separated by status versus queue draining.

Naming Consistency4/5

Five names use an imperative verb_noun pattern (check_eligibility, get_quotes, register_agency, pull_requests, request_agent_contact), while agency_status, data_use_terms, and market_data are resource-style names. All are lowercase underscore names and still readable, so this is a minor deviation rather than a chaotic mix.

Tool Count5/5

Eight tools is well scoped for a platform covering eligibility, quotes, consumer contact, agency onboarding/status/queue, data terms, and market data. Each tool has a distinct job and none feels redundant.

Completeness4/5

The core journey is covered end to end: check eligibility, get quotes, request agent contact, register an agency, check status, and pull records. Minor gaps exist around agency profile updates/removal and exposing a revoke/forget action as a first-class tool, but agents can complete the main workflows without dead ends.

Resources