move_collection_items

Relocate tests and/or dashboards into a target collection.

Relocate tests and/or dashboards into a target collection.

Writes data · Idempotent · Calls external systems.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanNoReset edit budget after the user has approved further mutations
item_uidsstringYesComma-separated list of item identifiers to move
operatorstringYesOperator slug
target_collection_uidstringYesDestination collection UID

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string",
  "target_collection_uid": "string",
  "item_uids": "string"
}

Description

item_uids accepts a comma-separated list of item UIDs (for dashboards) or numeric ids prefixed with "test:" (for tests). Example: "test:3402,a1b2c3d4".

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