get_approval
Retrieve the current state of an approval request to verify if a dangerous mutation is allowed. Returns pending, approved, denied, or expired.
Instructions
Get the current state of an approval request. status = pending / approved / denied / expired. Do not perform the target operation unless the status is approved (default-deny). Dangerous mutation tools also support server-side consumption via their approvalId param (see the request_approval description).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approvalId | Yes | The id returned by request_approval (starts with apr_) |