rename_collection

Rename an existing collection.

Rename an existing collection.

Writes data · Idempotent · Calls external systems.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanNoReset edit budget after the user has approved further mutations
namestringYesNew name
operatorstringYesOperator slug
uidstringYesCollection 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?

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