Sources and method
sources_and_methodDataset sources (DECP, Etalab 2.0), filters, publication floors, known limits, GitHub repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
sources_and_methodDataset sources (DECP, Etalab 2.0), filters, publication floors, known limits, GitHub repo.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds useful context about the tool's output content, particularly 'known limits,' which informs the agent about potential caveats. No contradiction with annotations.
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?
The description is a single, concise sentence that front-loads the key content ('Dataset sources'). It is efficient and avoids redundancy, though it could be structured as a bullet list for easier scanning, but it is not overly verbose.
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?
For a zero-parameter, read-only informational tool with no output schema, the description covers the main areas: sources, filters, publication floors, known limits, and a repository link. It does not describe the return format, but that is less critical given the simple nature of the tool and annotations covering safety.
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?
The tool has zero parameters, so the baseline is 4 per the rubric. The description does not need to explain parameters, and it adds value by describing what the tool returns, which is more relevant than parameter details.
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 indicates this tool provides dataset metadata: sources, filters, publication floors, known limits, and a GitHub repo link. It is distinct from sibling data-retrieval tools, though it lacks an explicit verb like 'retrieve' or 'get' to make the action explicit.
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?
No guidance is given on when to use this tool versus the sibling tools. The description does not mention alternatives, prerequisites, or scenarios where this informational tool is preferable. Agents must infer its purpose from the content list.
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.