Skip to main content
Glama

DataScoop public data

List datasets

list_datasets
Read-onlyIdempotent

List every dataset DataScoop carries (official public records: UK food hygiene ratings, Scotland FHIS, CQC care providers, the UK charity register, US restaurant inspections, US building permits, and more as added) with country, coverage, row count, licence, refresh date and the page URLs. Call this or search_datasets first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoOptional ISO 3166-1 alpha-2 country code to filter by, e.g. GB or US

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already establish that this is read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond those annotations by stating that the tool returns every dataset in the catalog and specifying exactly what information is included, plus noting that the catalog grows over time.

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 front-loaded with the core action and scope, and the parenthetical list of datasets is informative rather than padding. The final sentence adds useful workflow guidance. It is slightly dense due to the long enumeration, but every part contributes.

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?

Despite having no output schema, the description clearly states the return fields and scope, and the optional filter is documented in the input schema. The tool is simple (one optional parameter, no required arguments), and the description supplies enough context for correct first-time invocation.

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?

The schema fully documents the single optional 'country' parameter with an ISO 3166-1 alpha-2 description, so schema coverage is 100%. The tool description does not add parameter-specific guidance, but it does not need to; the baseline 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?

The description uses a specific verb and resource: 'List every dataset DataScoop carries', and enumerates the dataset categories. It also names the return fields (country, coverage, row count, licence, refresh date, page URLs), making the tool's purpose unmistakable and distinct from siblings like search_datasets.

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 entry-point guidance: 'Call this or search_datasets first.' This situates the tool in a workflow and names the main sibling alternative, though it does not explicitly explain when to prefer one over the other.

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.

Resources