list_tests

List test scenarios.

List test scenarios.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
archivedbooleanNoFilter by archived status
detailbooleanNoReturn full JSON instead of compact summaries (default: false)
namestringNoFilter by test name
operatorstringNoFilter by operator slug
orderingstringNoSort order (e.g. 'name', '-name', 'id', '-id')
pagenumberNoPage number (default: 1)
page_sizenumberNoNumber of tests to return per page (default: 20)
productstringNoFilter by product slug (format: operator~product)
tagsstringNoFilter by tags (comma-separated)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "archived": false,
  "detail": false
}

Description

Returns compact summaries by default; use detail=true for full JSON. List test scenarios. Tests belong to a product and can be executed via campaigns.

Flat discovery: returns all tests in a product (paginated, filterable by name/tag/status). For folder-based browsing, use list_collections → list_collection_items instead.

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