list_collections
Discover available enterprise collections and their version labels before running a query. Returns collection IDs, names, descriptions, and versions to help you select the right dataset.
Instructions
List all collections accessible to this API key.
Returns a list of collections, each containing:
id: unique collection identifier (use this in retrieve)
nombre / descripcion: human-readable name and description — read these to understand what a collection contains before deciding whether to query it
availableVersions: logical version labels you can query (e.g. ["v1", "v2"])
Call this before retrieve to know which collection IDs and version labels are available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||