Skip to main content
Glama

LocationLists

Buy a complete dataset (paid)

buy_dataset

Buy an ENTIRE dataset outright and get a permanent download link for the CSV. Pays once in USDC on Base, at the same list price a human pays by card — no account and no checkout page.\n\nPrefer this over repeated query_locations calls whenever you want most of a file. Metered queries are priced per row and deliberately cost more than the file if you assemble it that way, so past a few hundred rows buying outright is both cheaper and complete. get_dataset (free) gives the price and record count first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datasetYesDataset slug, e.g. generac-dealers. Use search_datasets first.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Goes well beyond the annotations by disclosing the payment rail and currency (USDC on Base), that it is a one-time charge at human list price, and that no account or checkout is needed. It also states what the agent receives (permanent CSV download link), which the readOnlyHint=false annotation alone could not convey.

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?

Three sentences, front-loaded with the action and outcome, then the decision rule, then the prerequisite. No filler; every clause carries either routing or behavioral information.

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?

With no output schema, the description still explains the deliverable (permanent CSV link), pricing model, and payment path, which is everything an agent needs to call a single-parameter purchase tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the single 'dataset' parameter is already fully documented with a slug example and the search_datasets prerequisite. The description adds no further parameter detail, so the baseline 3 applies.

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?

States a specific verb and resource ('Buy an ENTIRE dataset outright') plus the concrete outcome ('permanent download link for the CSV'). It clearly distinguishes itself from query_locations (metered) and get_dataset (free price lookup) named in the same text.

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?

Explicitly routes the agent: prefer this over repeated query_locations when you want most of a file, with the cost rationale (per-row metering costs more past a few hundred rows). It also names get_dataset as the free prerequisite step for price and record count.

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.