list_collections

List the direct sub-collections under a parent collection UID.

List the direct sub-collections under a parent collection UID.

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 (required — collections are operator-scoped)
parent_uidstringYesUID of the parent collection whose children to list

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string",
  "parent_uid": "string"
}

Description

Collections are hierarchical folders that group tests and dashboards. Every product has a tests_root_collection_uid and every operator has a dashboards_root_collection_uid — pass those as parent_uid to browse from the top of each tree.

Returns compact one-liners by default; set detail=true for full JSON (parent_uid, org_id, full UID).

Folder-tree browsing. For flat test discovery by name/tag/status, use list_tests instead — simpler and faster for most queries.

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