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
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| version | Yes | ||
| export_format | Yes | ||
| workspace | No | ||
| download_url | No | ||
| extract | No | ||
| dest_dir | No | ||
| confirm | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |