Raw Action1 API request (escape hatch)
action1_raw_requestSend raw HTTP requests to any Action1 API endpoint. Use when no dedicated tool exists; destructive methods require explicit confirmation and default dry-run.
Instructions
Generic passthrough to any Action1 API path. Bypasses per-tool schemas — use only when no dedicated tool exists. GET/HEAD run free; POST/PUT/PATCH/DELETE require the destructive guard (ACTION1_ALLOW_DESTRUCTIVE + confirm:YES + dry_run-default-true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for non-GET verbs. | |
| path | Yes | API path beginning with /. | |
| query | No | Optional query params. | |
| method | Yes | HTTP method. | |
| confirm | No | Required to execute. Exact string "YES". | |
| dry_run | No | Default true (preview). Set false to execute. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||