Skip to main content
Glama
Skeego

opendata-mcp

by Skeego

get_provider_stats_v1_providers__provider__stats_get

Retrieve aggregate statistics for a data provider by slug: dataset count, total rows, and update info.

Instructions

GET /v1/providers/{provider}/stats (public) — Get provider statistics — Get aggregate statistics for a provider including dataset count, total rows, and update info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerYesProvider slug (e.g., 'bls', 'census')
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only describes the GET endpoint as public and the statistics returned, but it does not disclose any behavioral traits such as side effects, rate limits, or authentication requirements beyond being public.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single line but contains redundancy: 'Get provider statistics' appears twice. It could be more concise without losing information.

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 a simple tool with one parameter and no output schema, the description adequately covers the purpose and the type of data returned. It is complete enough to understand what the tool does.

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 coverage is 100% with one parameter 'provider' described as 'Provider slug (e.g., 'bls', 'census')'. The description does not add additional meaning beyond the schema, so it meets the baseline of 3.

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 clearly states the verb 'Get', the resource 'provider statistics', and specifies the metrics included (dataset count, total rows, update info). It also provides the endpoint URL, which differentiates it from sibling tools like get_provider or get_provider_enriched.

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 description indicates the tool is public and returns aggregate statistics, but it does not explicitly state when to use this tool versus alternatives like get_provider or get_provider_enriched. There is no guidance on when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Skeego/opendata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server