Dataset Info
dataset_infoGet metadata for one SNCF Open Data dataset (fields/schema, themes, record count) — call before query to learn the column names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Dataset id from search_datasets. |
dataset_infoGet metadata for one SNCF Open Data dataset (fields/schema, themes, record count) — call before query to learn the column names.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Dataset id from search_datasets. |
Changes observed during successful MCP inspections.
Input schema / examplesAdded value: +[
+ {
+ "dataset_id": "sncf-open-data-train-schedules"
+ }
+]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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.