rename_collection
Rename an existing collection.
Rename an existing collection.
Writes data · Idempotent · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after the user has approved further mutations |
name | string | Yes | New name |
operator | string | Yes | Operator slug |
uid | string | Yes | Collection UID |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"operator": "string",
"uid": "string",
"name": "string"
}
Description
Consumes one slot of the collections edit budget.
What's next?
Last updated on