Check a held tool call
axiorank_check_approvalPoll the verdict of a held (hold) tool call. Pass the approvalId returned by axiorank_score_tool_call. Blocks briefly server-side and returns as soon as an operator approves/denies; otherwise returns the still-pending status so you can call again. Requires the gateway:write scope and the same agent key that made the original call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approvalId | Yes | The approvalId returned by axiorank_score_tool_call when the decision was 'hold'. |