Skip to main content
Glama

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
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so the safe-read nature is already known. The description adds meaningful behavioral detail: the data is de-identified and never contains PII, payment is required before records are returned, failure returns a 402 with price and preview count, and there is a per-record price with a minimum per pull. It does not explicitly state pagination limits or rate limits, but the schema's maximum on limit covers the main cap. It adds material context beyond 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact for the amount of information it carries: one dense sentence listing the dataset contents and exclusions, then short actionable sentences for filters, pricing, payment, and the sample endpoint. It front-loads the dataset identity and PII exclusions before the mechanics. It is slightly list-heavy, but every clause earns its place.

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 paid data-pull tool with 11 parameters, no output schema, and only 36% schema coverage, this description covers the important gaps: what the data is, what it excludes, how to filter, how to pay, what failure looks like, and where to find the schema and sample. It doesn't describe the exact response format beyond the preview count, but the pointer to /data.json mitigates that. It is strong given the available structured metadata.

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 clarify parameters that the schema leaves bare. It does: it explains door and vendor as the 'door' and 'AI vendor that asked,' and states the filters (state, since, until) and pagination (limit, offset). It also explains payment parameters (buyer_key, x402 payment, MPP credential, AP2 mandate) at a conceptual level. It doesn't give exact formats for the date-time strings or the payment payload, but it goes well beyond the sparse 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 title states exactly what the tool provides ('Buy de-identified demand records') and the description gives a specific inventory of the dataset plus what is excluded. It is clearly distinct from siblings like get_quotes or pull_requests because it names the resource (de-identified demand dataset) and the sales/purchase action explicitly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly lists the filter dimensions (state, since, until, door, vendor), the pagination controls (limit, offset), and the payment paths (prepaid buyer key, x402, MPP, AP2). It also tells the agent what happens without payment (402 with price and preview count), which is a strong when-to-use and how-to-use signal. It doesn't name a sibling alternative, but the resource is so specific and the payment guidance is so actionable that an agent can select it confidently.

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

Each tool targets a distinct resource/action: eligibility check, quotes, consent terms, contact request, agency registration, agency status, queue pull, and market data. Even pull_requests and market_data are clearly separated as private consented queue vs. de-identified public dataset. No two tools appear to do the same thing.

Naming Consistency3/5

Five tools follow a verb_noun pattern (check_eligibility, get_quotes, pull_requests, register_agency, request_agent_contact), but three are noun phrases (agency_status, data_use_terms, market_data). The names are readable and underscore-consistent, yet the mixed verb/noun convention is noticeable.

Tool Count5/5

Eight tools cover the consumer quote/contact flow, agency lifecycle, queue delivery, market data, and privacy terms without bloat. Each tool earns a place and the set is within the ideal 3-15 range.

Completeness4/5

The core lifecycle is covered: eligibility, quotes, consent, contact request, agency registration, status, and pulling routed requests. Minor gaps exist—no in-MCP update/delete for agencies and no receipt/revocation tool beyond the mentioned POST /forget—but agents can work around them.

Resources