get_download
Return the full-file URL, checksum, citation, and usage notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | csv | |
| dataset | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Return the full-file URL, checksum, citation, and usage notes.
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | csv | |
| dataset | Yes |
| 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, so the safety profile is established. The description adds what is returned but does not disclose additional behavioral details such as authentication requirements, link expiration, or format restrictions. This is acceptable given the annotation coverage.
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 clear sentence with no filler. It front-loads the core purpose and lists the key outputs efficiently, making it easy to scan.
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?
The tool is simple, read-only, and backed by an output schema, so the missing return-value detail is not a major issue. However, the complete absence of parameter semantics and usage guidance leaves gaps for an agent trying to call the tool with the correct format or decide when to use it.
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 0%, and the description does nothing to explain the 'dataset' or 'format' parameters. It never mentions that a dataset is required or what values 'format' accepts, placing the full burden on an already sparse schema.
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 uses a specific verb ('Return') and names concrete outputs (full-file URL, checksum, citation, usage notes), making the tool's purpose clear. It is distinguishable from sibling tools like list_datasets and query_results, though it does not explicitly name or contrast a sibling.
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?
There is no guidance on when to use this tool versus alternatives such as describe_dataset or query_results. The description implies it is for retrieving download-related metadata, but it provides no context, prerequisites, or exclusions.
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.