list_action_types
Returns the catalog of available action types for test creation, grouped by owner_kind (ETHERNET, SIM, SMARTPHONE, OWNERLESS).
Returns the catalog of available action types for test creation, grouped by owner_kind (ETHERNET, SIM, SMARTPHONE, OWNERLESS).
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
owner_kind | string | No | Filter by owner kind: ETHERNET, SIM, SMARTPHONE, or OWNERLESS |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"owner_kind": "string"
}
Description
Use get_test_template with specific type(s) for ready-to-use test structures with default command fields. For V2 step-based tests, use list_step_types instead.
Related
What's next?
Last updated on