check_permission
:
Instructions
Check the status of a previously submitted permission request. Returns a JSON object with status ('pending', 'approved', or 'denied'). Use this after calling request_permission to poll for the human owner's decision. Do not call this without a valid request_id from a prior request_permission call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | The request ID returned from request_permission |