Tool Reference
Dataset Management
Manage your dataset inventory with tools for listing all datasets and their metadata, or permanently removing datasets you no longer need. Every dataset in cvPal uses content-addressable storage with full version history.
list_user_datasets
InstantReturns all datasets owned by the authenticated user. Each entry includes the dataset name, type, total size, number of versions, branch information, and creation date.
Returns
Array of dataset objects with fields: name, type, size_bytes, version_count, branches, created_at, last_modified.
Example prompt
“List all my datasets”
delete_dataset
DestructivePermanently removes a dataset and all associated data — storage files, versions, branches, analysis results, images, and operation history. This action is irreversible.
Parameters
dataset_namestringconfirmbooleanReturns
Confirmation message with the name of the deleted dataset.
Example prompt
“Delete the dataset called "old-prototype" — yes I confirm”