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

Instant

Returns 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

Destructive

Permanently removes a dataset and all associated data — storage files, versions, branches, analysis results, images, and operation history. This action is irreversible.

Parameters

dataset_namestring
Name of the dataset to delete.
Required
confirmboolean
Must be true to proceed. Safety flag to prevent accidental deletion.
Optional

Returns

Confirmation message with the name of the deleted dataset.

Example prompt

Delete the dataset called "old-prototype" — yes I confirm