Tool Reference
External Sources
Discover, evaluate, and import datasets from the three largest computer vision platforms through a unified interface. Search by keyword, inspect metadata before downloading, and ingest directly into your cvPal workspace. All three tools accept a source parameter to select the provider.
RoboflowBrowse your workspace projects and download specific versions in any supported format.
Access the world's largest data science community. Supports pagination, size filtering, and credential-based auth.
Search by tags, sort by popularity, and use streaming ingest for datasets of any size.
search_external_datasets
InstantSearch or list datasets from an external source. Supports Hugging Face, Kaggle, and Roboflow. If query is omitted, lists the authenticated user's own datasets/projects on that platform.
Parameters
sourcestringquerystringlimitintauthorstringworkspacestringpageintsortstringfilter_tagslist[string]max_sizeintReturns
List of dataset objects with name, description, size, download count, and source-specific metadata.
Example prompt
“Search Kaggle for face mask detection datasets”
inspect_external_dataset
InstantInspect an external dataset without downloading it. Returns metadata, file listing, total size, and format hints. Useful for evaluating a dataset before committing to an ingest.
Parameters
sourcestringdataset_namestringversionstringReturns
Dataset metadata including file list, total size, format detection, license, and last update date.
Example prompt
“Inspect the "andrewmvd/face-mask-detection" dataset on Kaggle before downloading”
ingest_dataset
Async JobDownload a dataset from an external source into cvPal. Submits a serverless job that downloads, processes, hashes, and stores the dataset in content-addressable storage.
Parameters
sourcestringdataset_namestringversionstringworkspacestringformatstringsplitstringstreamingbooleanReturns
Job ID for tracking via get_processing_status. When complete, the dataset is available in your cvPal workspace.
Example prompt
“Download the face-mask-detection dataset from Kaggle into my workspace”
Typical workflow
Search
Find datasets matching your criteria across any provider.
“Search Hugging Face for aerial drone datasets with at least 1000 downloads”
Inspect
Preview metadata, file structure, and size before downloading.
“Inspect that first result — show me its size and format”
Ingest
Download and import the dataset into your cvPal workspace.
“Download it into my workspace”