move_collection

Reparent a collection under a new parent.

Reparent a collection under a new parent.

Writes data · Idempotent · Calls external systems.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanNoReset edit budget after the user has approved further mutations
new_parent_uidstringYesTarget parent collection UID
operatorstringYesOperator slug
uidstringYesCollection UID to move

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string",
  "uid": "string",
  "new_parent_uid": "string"
}

Description

Cycles are rejected server-side.

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