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

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

Well beyond the readOnlyHint, the description discloses de-identification guarantees, data fields, per-record pricing with a minimum, required payment methods, and the exact failure mode (402 with price and preview count). It also points to /data.json for a concrete sample and schema. No contradiction with 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?

The description is dense but every sentence earns its place: dataset contents, privacy guarantee, filter and pagination controls, payment behavior, and a schema link. It is front-loaded with the most important identification of the resource.

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-param tool with no output schema, this is nearly complete: it explains the record fields, privacy, filters, pagination, payment, failure mode, and where to get the schema. It does not spell out exact date formats or min pull amounts, but the /data.json pointer mitigates that 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?

With only 36% schema description coverage, the description carries the parameter load. It names the filter parameters (state, since, until, door, vendor), pagination (limit, offset), and maps payment params to methods (prepaid buyer key, x402, MPP, AP2). It does not give date/state/door value formats, but compensates for sparse schema better than most tools.

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 names a specific verb ('Buy') and resource ('de-identified demand records'), and the description specifies the exact dataset contents: auto insurance requests with fields like age band, ZIP3, vehicle, coverage, and outcome. This clearly distinguishes it from siblings like get_quotes or check_eligibility, which concern different resources.

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, and vendor; use limit and offset; pay with buyer_key, x402, MPP, or AP2; and expect a 402 without payment. It does not explicitly compare against sibling tools, but the resource and workflow are unambiguous enough for an agent to select it when purchasing demand data.

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

Most tools have distinct purposes, but some overlap exists: get_quotes and check_eligibility both relate to quotes, and market_data and pull_requests both involve data access. Still, they are functionally different enough to avoid major confusion.

Naming Consistency5/5

All tool names follow a consistent lowercase_snake_case convention with action-oriented verbs (check, get, pull, register, request) or clear nouns (agency_status, market_data, data_use_terms). The naming pattern is uniform and predictable.

Tool Count5/5

With 8 tools, the server is well-scoped for an insurance business—covering eligibility, quotes, registration, data access, and status checks. The number is neither too sparse nor overwhelming.

Completeness4/5

The toolkit covers the core workflow: eligibility, quotes, agency registration, status monitoring, and data handling. It lacks a tool for updating agency information or managing consumer consent revocation directly, but these gaps are minor given the described purpose.

Resources