propose_action
Propose a new action for human approval (does NOT execute it).
action_type is a registered executor id (e.g. jira.create_issue,
linear.create_issue, github.create_issue). The proposal lands in
the key's workspace's approval queue where a person picks the target and
approves it — approve/execute are intentionally NOT exposed over MCP.
Returns the created {id, action_type, status} or an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| evidence | No | ||
| action_type | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||