---
title: "list_reusables"
description: "List the reusable test components (kind=2) for a product."
sidebarTitle: "list_reusables"
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

{/* GENERATED FILE: do not edit by hand. Regenerate with: node scripts/generate.mjs */}

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

<Note>
  **Read-only · Calls external systems.** Safe to call: this tool does not modify data.
</Note>

## Parameters

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `detail` | boolean | No | Return full JSON instead of compact one-liners (default: false) |
| `page` | number | No | Page number (default: 1) |
| `page_size` | number | No | Items per page (default: 25) |
| `product` | string | Yes | Product slug (e.g. operator~product) |

## Example arguments

Illustrative arguments an agent supplies when calling this tool:

```json
{
  "product": "string"
}
```

## Description

```text
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?

<Columns cols={2}>
  <Card title="All MCP tools" icon="robot" href="/mcp/tools/overview">
    Browse the full tool reference by category.
  </Card>
  <Card title="Connect a client" icon="plug" href="/mcp/connect">
    Point Claude, Cursor, or Claude Code at the server.
  </Card>
</Columns>
