create_collection

Create a new collection as a child of parent_uid.

Create a new collection as a child of parent_uid.

Writes data · Calls external systems.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanNoReset edit budget after the user has approved further mutations
namestringYesName for the new collection
operatorstringYesOperator slug (supplies org-id)
parent_uidstringYesParent collection UID under which to create the new collection

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string",
  "parent_uid": "string",
  "name": "string"
}

Description

Consumes one slot of the per-session collections edit budget (default: 20). Pass acknowledge=true after a budget-exhaustion message to reset the counter.

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