Skip to main content
Glama

LocationLists

Search location datasets

search_datasets
Read-onlyIdempotent

Find LocationLists datasets by brand name, product line, location type or category (e.g. 'bobcat', 'generator dealers', 'hardware stores', 'breakfast restaurants'). Returns slug, name, record count, coverage and page URL. Use the slug with the other tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 15)
queryNoFree-text search: brand, product, or location type
categoryNoRestrict to one catalog category

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint and destructiveHint=false, so the safety profile is fully covered. The description usefully discloses what is returned (slug, name, record count, coverage, page URL), but says nothing about pagination or the default/max result behavior.

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?

Two tight sentences with no filler; the searchable scope and examples come first, and the output/workflow note is front-loaded at the end. 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?

With no output schema, the description compensates by naming the returned fields and explaining how the slug is reused downstream. Only gap is the absence of result-limit/pagination behavior, which is only partially implied by the schema's limit parameter.

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 baseline is 3. The examples ('bobcat', 'generator dealers', 'hardware stores') add color for building the query string, but no syntax, matching behavior, or interaction rules between query and category are explained.

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 ('Find LocationLists datasets') and enumerates the searchable dimensions (brand, product line, location type, category) with concrete examples. This clearly separates it from siblings like get_dataset (fetch by slug) and query_locations (query records within a dataset).

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?

The closing line 'Use the slug with the other tools' gives useful follow-through guidance, implying this is the entry point in a workflow. However, it never states when to prefer this over get_dataset when a slug is already known, nor any when-not conditions.

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.