Skip to main content
Glama

roboflow_download_export

Download and stream an exported Roboflow dataset in COCO, YOLO, or other formats to your local cache directory. Supports extraction and dry-run modes.

Instructions

Stream an exported dataset zip to disk.

Writes under ROBOFLOW_MCP_EXPORT_CACHE_DIR (default ~/.cache/roboflow-mcp). dest_dir, when given, must be a subdirectory of the cache root.

Destructive-to-fs: requires confirm='yes' and ROBOFLOW_MCP_MODE=curate or full.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
versionYes
export_formatYes
workspaceNo
download_urlNo
extractNo
dest_dirNo
confirmNo
dry_runNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses destructive-to-fs behavior, cache writing, and prerequisites for execution. It does not mention concurrency or overwrite behavior, but covers the most critical aspects.

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?

The description is extremely concise: three sentences, front-loaded with the main action, and no extraneous information. Every sentence 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?

Given the tool has 9 parameters and no annotations, the description covers core behavioral aspects (cache, destructive flag). An output schema exists, so return value omission is acceptable. Could add more about download_url or extract behavior, but overall sufficient.

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 0%, so the description must add meaning. It adds constraints for dest_dir (must be subdirectory of cache root) and confirm (required value). However, it does not describe the remaining 7 parameters, leaving gaps.

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 action ('stream an exported dataset zip to disk'), specifying the verb and resource. It distinguishes from siblings like roboflow_export_version by focusing on download, and other tools do not overlap.

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 provides key usage context: cache directory, dest_dir constraint, and required confirmation with mode condition. However, it lacks explicit guidance on when to use this tool versus alternatives like roboflow_export_version.

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/MayankD409/Roboflow-MCP-Server'

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