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

FieldTypeRequiredDescription
operatorstringYesOperator slug
uidstringYesCollection 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).

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on