search_collections
Search across collections and items (tests + dashboards) under a collection sub-tree.
Search across collections and items (tests + dashboards) under a collection sub-tree.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
collection_uid | string | Yes | Scope the search to this collection sub-tree (typically a product's tests_root_collection_uid) |
detail | boolean | No | Return full JSON instead of compact one-liners (default: false) |
operator | string | Yes | Operator slug (supplies org-id) |
owner_id | number | No | Filter by owner user id |
query | string | No | Free-text search (matches name and metadata) |
tags | string | No | Comma-separated tag IDs |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"operator": "string",
"collection_uid": "string"
}
Description
Search requires a collection_uid to scope to a sub-tree — pass the product's tests_root_collection_uid or any sub-collection UID. Returns a payload with two arrays: collections and items.
What's next?
Last updated on