get_collection
Retrieve detailed information about a collection using its ID, with control over text field length via an optional truncation parameter.
Instructions
Retrieve a specific collection by its ID.
Use this to get full details about a collection after finding it via list_collections.
Args:
collection_id: The unique identifier of the collection
truncate_length: Maximum characters for text fields in results (default: 150).
Set to None for full descriptions.
Returns:
Collection details with text fields truncated to specified length
Example:
get_collection(collection_id="collection-123")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | The unique identifier of the collection | |
| truncate_length | No | Maximum characters for text fields in results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |