list_reusable_usage

List the V2 tests that embed a given reusable.

List the V2 tests that embed a given reusable.

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

Parameters

FieldTypeRequiredDescription
limitnumberNoMax entries to expand (default: 50, max: 200)
reusable_idnumberYesReusable test id

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "reusable_id": 0
}

Description

Only V2 tests (ETH_WEB_SCRIPT_V2 / SMARTPHONE_APP_SCRIPT_V2) can embed reusables via step_group.import, so the referencing tests returned here will always be V2 tests.

Reads reused_by from the reusable's full definition and expands each id into {id, name}. Capped at limit (default: 50, max: 200) — bump the cap explicitly when you need the full list.

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