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
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after the user has approved further mutations |
name | string | Yes | Name for the new collection |
operator | string | Yes | Operator slug (supplies org-id) |
parent_uid | string | Yes | Parent 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?
Last updated on