Skip to main content
Glama

Oklahomaautoquotes

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?

Even with readOnlyHint=true and destructiveHint=false already present, the description adds substantial behavioral detail: de-identification guarantees, explicit PII exclusions, a 402 behavior when unpaid, pricing by record, and the existence of a sample/schema endpoint. This gives the agent a realistic model of what will happen before calling the tool.

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 long but information-dense, covering dataset contents, PII exclusions, filtering, payment, failure behavior, and a sample endpoint in a logical order. Every sentence contributes useful guidance, though some phrasing such as 'people and their AI assistants made here' could be trimmed without losing meaning.

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 no output schema, the description covers what an agent needs: data contents, privacy safeguards, filtering, payment methods, and the no-payment response. It does not spell out the exact response shape or date formats, but it points to /data.json for the schema and sample, which fills the remaining gap.

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?

Schema description coverage is only 36%, so the description must compensate. It does so by enumerating the filter parameters (state, since, until, door, vendor) and pagination parameters (limit, offset), and by mapping payment methods to the relevant parameters (buyer_key, x402, MPP, AP2). It does not specify date formats or door/vendor value constraints, but it adds meaning well beyond the bare schema names.

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 it exposes the de-identified demand dataset of auto insurance requests, with a specific list of fields and outcomes. It is distinct from siblings like pull_requests or get_quotes because it positions this as the purchasable market dataset. The title and verb 'Buy' plus 'the demand dataset' make the resource unmistakable.

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 operational context: filter by state/since/until/door/vendor, paginate with limit/offset, and pay via buyer key, x402, MPP, or AP2. It also explains that without payment the tool returns a 402 with price and preview count, so an agent knows how to handle the no-payment case. It does not explicitly name alternative sibling tools or say when not to use them, so it stops short of a 5.

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

Each tool targets a distinct part of the workflow: eligibility, quoting, consent, agency registration, status, queue draining, and market data. There is no meaningful overlap, and descriptions clearly separate consumer-facing from agency-facing operations.

Naming Consistency4/5

Most tools follow a verb_noun pattern like check_eligibility, get_quotes, register_agency, and pull_requests. A few are noun phrases such as agency_status, market_data, and data_use_terms, but all are lowercase snake_case and predictable.

Tool Count5/5

Eight tools fit the server's scope well: the consumer quote/contact flow, agency lead handling, terms disclosure, and market data each have dedicated tools. None feel redundant, and the count is neither thin nor bloated.

Completeness4/5

The core lifecycle is well covered: check eligibility, get quotes, request agent contact, register an agency, check agency status, and pull requests. Minor gaps exist around explicit revocation/forget and agency updating, though these are hinted at in descriptions.

Resources