get_collection
Fetch a single collection's metadata plus its breadcrumb path (ancestor chain from the root down to this collection).
Fetch a single collection's metadata plus its breadcrumb path (ancestor chain from the root down to this collection).
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
operator | string | Yes | Operator slug |
uid | string | Yes | Collection UID |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"operator": "string",
"uid": "string"
}
Description
Useful before mutations so agents can confirm scope. Root UID from list_products detail=true (tests_root_collection_uid).
Related
What's next?
Last updated on