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

FieldTypeRequiredDescription
collection_uidstringYesScope the search to this collection sub-tree (typically a product's tests_root_collection_uid)
detailbooleanNoReturn full JSON instead of compact one-liners (default: false)
operatorstringYesOperator slug (supplies org-id)
owner_idnumberNoFilter by owner user id
querystringNoFree-text search (matches name and metadata)
tagsstringNoComma-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?

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