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
| Field | Type | Required | Description |
|---|---|---|---|
detail | boolean | No | Return full JSON instead of compact one-liners (default: false) |
operator | string | Yes | Operator slug (required — collections are operator-scoped) |
parent_uid | string | Yes | UID 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.
Related
What's next?
Last updated on