move_collection
Reparent a collection under a new parent.
Reparent a collection under a new parent.
Writes data · Idempotent · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after the user has approved further mutations |
new_parent_uid | string | Yes | Target parent collection UID |
operator | string | Yes | Operator slug |
uid | string | Yes | Collection 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?
Last updated on