Skip to main content
Glama

Georgia 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?

Well beyond the readOnly and non-destructive annotations, the description discloses the payment gating behavior ('Without payment the result is a 402 with the price and a preview count'), the pricing model with minimum per pull, the accepted payment methods, strict privacy redaction guarantees, and where a free sample lives. The 402 detail in particular is a concrete behavioral trait an agent would not otherwise know.

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?

A single dense paragraph that flows from dataset contents to privacy to filtering to pricing to failure mode to sample location, with every clause earning its place. The core 'what' is front-loaded, and nothing repeats the schema or annotations.

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 tool with no output schema, the description covers the dataset contents, privacy guarantees, filtering and pagination controls, pricing and minimum-pull terms, every payment method, the unpaid-request fallback (402 plus preview count), and a schema endpoint. The only absences (date formats, valid state values) are minor and are addressed by the offered /data.json sample.

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 schema coverage at only 36%, the description compensates by naming the filter dimensions (state, since, until, door, vendor; limit and offset) and explaining what door and vendor mean within the dataset, while also giving the payment params (buyer key, x402, MPP, AP2) concrete meaning. It stops short of value formats — since/until date syntax or valid state values are left to inference — so compensation is strong but not exhaustive.

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 the verb 'Buy' and the resource 'de-identified demand records', and the description pins the scope precisely: 'every auto insurance request people and their AI assistants made here, de-identified...'. Among siblings like get_quotes, check_eligibility, and pull_requests, this is unmistakably the paid dataset purchase tool, distinguished by its detailed dataset inventory and payment mechanics.

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

Usage Guidelines3/5

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

Usage is implied: an agent wanting auto-insurance demand records with payment attached would select this tool, and the description gives operational guidance (filters, payment methods, sample endpoint). However, it never explicitly states when to prefer this tool over siblings or when not to use it, so no exclusion or alternative routing is provided.

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 public- to-consumer and agency-facing tool serves a clearly separate step in the workflow: eligibility, quotes, consent, contact, registration, status, queue draining, and data purchase. There is no meaningful overlap between tool purposes.

Naming Consistency4/5

All tool names are snake_case and generally descriptive, but they mix action-oriented names like get_quotes and pull_requests with noun-style resource names like market_data and agency_status. This is a minor consistency deviation rather than a chaotic pattern.

Tool Count5/5

Eight tools cover the platform's distinct functional areas without bloat: consumer quote/contact flow, agency registration and queue management, and data market access. Each tool appears necessary and the total count is well-scoped for the server's purpose.

Completeness4/5

The core workflows are supported end to end: eligibility check leads to quotes, consent leads to agent contact, and agencies can register, check status, and pull routed records. The main gaps are minor administrative operations such as updating agency details or an explicit tool for revoking consent, although POST /forget is referenced.

Resources