Skip to main content
Glama

Newyorkautoquotes

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.7/5.0
Behavior5/5

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

Beyond the readOnlyHint and non-destructive annotations, the description discloses de-identification guarantees, the exact fields excluded, payment requirements, pay-per-record pricing, and the 402-plus-preview behavior when payment is missing. This is substantial behavioral detail and does not contradict the annotations.

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?

Every sentence earns its place: dataset definition, de-identification, filters, pricing/payment, error behavior, and schema link. The most important scoping information is front-loaded, and there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 11-parameter paid data product with no output schema, the description is unusually complete: it covers contents, exclusions, filters, pagination, payment methods, failure mode, and points to a sample/schema endpoint. An agent has enough to invoke it correctly.

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 coverage, the description compensates well by explaining filter semantics (state, since, until, door, vendor), pagination via limit/offset, and the payment credential options (prepaid buyer key, x402, MPP, AP2). It leaves concrete value formats unspecified, but points to /data.json for the 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 states the exact resource (de-identified auto-insurance demand records) and the action (buy/pull the dataset), and enumerates the fields and outcome states inside it. This clearly distinguishes it from sibling tools like get_quotes or pull_requests.

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?

It gives clear operational context: use it to buy and filter demand records by state, date, door, and vendor, with limit/offset pagination and payment credentials. It does not explicitly name sibling alternatives or state when not to use it, so it misses the when-not guidance for 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

A3.9/5.0
Disambiguation4/5

The tools mostly partition the workflow: eligibility, quotes, agent contact, agency registration/status, and data pulls each have distinct roles. Check_eligibility and agency_status both surface licensing state, and market_data/pull_requests both involve retrieving records, so a couple pairs need careful reading, but the descriptions disambiguate them.

Naming Consistency3/5

Most tools follow a verb_noun pattern (check_eligibility, get_quotes, register_agency, request_agent_contact, pull_requests), but agency_status, data_use_terms, and market_data are noun phrases with the action implied. The mixed style is readable but not fully consistent.

Tool Count5/5

Eight tools cover the main consumer, agency, and data workflows without redundancy or bloat. Each tool has a clear place in the domain.

Completeness4/5

The surface supports the main loop from eligibility to quote to consented agent contact, plus agency registration, queue draining, status, terms, and market data. Minor gaps exist, such as no tool for updating agency registration or explicitly managing credits, but they do not create dead ends.

Resources