Skip to main content
Glama

Dataset Info

dataset_info
Read-onlyIdempotent

Get metadata for one SNCF Open Data dataset (fields/schema, themes, record count) — call before query to learn the column names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_idYesDataset id from search_datasets.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds specifics about return contents (fields/schema, themes, record count) and the pre-query role, which enriches transparency without contradiction.

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?

Single sentence, 15 words, front-loaded with core action. No redundancy or extra content. Every word 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 one parameter, rich annotations, and no output schema, the description sufficiently covers purpose, behavior, and usage. It could briefly mention example return format but is otherwise complete.

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%, with the parameter dataset_id already documented. The description adds minor context ('Dataset id from search_datasets') but does not significantly extend schema meaning, warranting the baseline score 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 it retrieves metadata (fields/schema, themes, record count) for one SNCF Open Data dataset. It distinguishes from siblings like search_datasets and query by specifying it's a pre-query step.

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 explicitly advises 'call before query to learn the column names,' providing clear usage context. It doesn't explicitly state when not to use or list alternatives, but the guidance is strong enough for correct invocation.

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
Disambiguation3/5

Several tools have overlapping purposes, particularly the ask_pipeworx variants (standard, beta, grounded) and the Polymarket analysis tools (bet_research, polymarket_edges, polymarket_arbitrage). While descriptions help differentiate, an agent may still select the wrong tool for a given task.

Naming Consistency3/5

Names mix verb-initial (ask_pipeworx, compare_entities) and noun-initial (dataset_info, pipeworx_feedback, polymarket_arbitrage) patterns. The snake_case convention is consistent, but the lack of a uniform verb_noun pattern reduces predictability.

Tool Count3/5

With 34 tools, the server is overloaded relative to a clear scope. Many tools are meta-tools (memory, subscription management, feedback) that inflate the count. A more focused set of 15-20 tools would be more coherent.

Completeness4/5

The tool surface covers a wide range of domains: structured data queries, entity profiles, comparisons, prediction market analysis, memory, subscriptions, and SNCF-specific data. Minor gaps exist (e.g., no dedicated weather or sports tools), but the universal ask_pipeworx compensates. Overall, users can accomplish most tasks without dead ends.