list_reusables

List the reusable test components (kind=2) for a product.

List the reusable test components (kind=2) for a product.

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

Parameters

FieldTypeRequiredDescription
detailbooleanNoReturn full JSON instead of compact one-liners (default: false)
pagenumberNoPage number (default: 1)
page_sizenumberNoItems per page (default: 25)
productstringYesProduct slug (e.g. operator~product)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "product": "string"
}

Description

Reusables are V2-only — they work exclusively with step-based tests (ETH_WEB_SCRIPT_V2 / SMARTPHONE_APP_SCRIPT_V2) and are embedded via step_group.import in V2 test definitions. Classic script-based tests cannot use reusables.

Resolves the product's reusable_tests_root_collection_uid and returns its items with [R] one-liners.

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