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
| Field | Type | Required | Description |
|---|---|---|---|
detail | boolean | No | Return full JSON instead of compact one-liners (default: false) |
operator | string | Yes | Operator slug |
page | number | No | Page number (default: 1) |
page_size | number | No | Items per page (default: 25) |
uid | string | Yes | Collection 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).
Related
What's next?
Last updated on