Get Action Schema
get_action_schemaReturns the authoring schema for a given action script step type, detailing required and optional fields.
Instructions
Return the authoring schema (label, description, required and optional fields) for ONE Action Script step type. Read-only. Call this after list_action_types (which enumerates every type) when you are about to author or fix a specific step and need its exact field names before running validate_script. Required argument type — one of the values from list_action_types (also enumerated in this tool's inputSchema). For the whole authoring contract at once, prefer get_capability_bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Exact step type key from list_action_types (e.g. appFunction, wait, keypress). |