list_collection_items

List the items (tests and dashboards, mixed) contained directly in a collection.

List the items (tests and dashboards, mixed) contained directly in a collection.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
detailbooleanNoReturn full JSON instead of compact one-liners (default: false)
operatorstringYesOperator slug
pagenumberNoPage number (default: 1)
page_sizenumberNoItems per page (default: 25)
uidstringYesCollection UID

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string",
  "uid": "string"
}

Description

Compact one-liners tag each item: [T] for tests, [R] for reusable tests, [D] for dashboards. Root UID from list_products detail=true (tests_root_collection_uid).

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