list_step_types

Returns the catalog of available step types for v2 test actions (ETH_WEB_SCRIPT_V2, SMARTPHONE_APP_SCRIPT_V2).

Returns the catalog of available step types for v2 test actions (ETH_WEB_SCRIPT_V2, SMARTPHONE_APP_SCRIPT_V2).

Read-only. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
detailbooleanNoIf true, return full JSON with input schemas. Default: compact one-liner format.
platformstring (web | smartphone)NoFilter by platform: web, smartphone, or omit for all

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "detail": false,
  "platform": "web"
}

Description

Each step type has a versioned identifier (e.g. "click/v1.0.0"), platform compatibility, and whether it requires a locator. Use this to discover what steps can be added to a v2 no-code test. For classic test types (SIM, ETH non-web), use list_action_types 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