run_action
Safely execute a predefined terminal action by action_id. Supports POST body, path parameters, query strings, and confirmation for sensitive actions.
Instructions
Execute one safe terminal action by action_id (from list_actions). Refuses safety-disabled and secret actions. For POST actions pass 'body'; for endpoints with {placeholders} pass 'path_params'; optional 'query'. If the action requires confirmation, pass confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body for POST actions (optional). | |
| query | No | Query string parameters (optional). | |
| confirm | No | Set true for actions that require confirmation. | |
| action_id | Yes | Action id from list_actions. | |
| path_params | No | Values for {name} segments in the endpoint (optional). |