check_permission
Ask whether a given tool call would be allowed, require approval, or be blocked — without actually making the call. Returns the resolved permission verdict and the level it resolved from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | The oakallow organization external id (e.g. org_oak_…) this action targets. Required when your account has more than one org; optional if you have exactly one. Get it from the org-specific oakallow skill you downloaded for that org. | |
| method | No | Optional method name. | |
| tenant_id | No | Optional tenant external id. | |
| tool_name | Yes | The tool to evaluate. | |
| resource_id | No | Optional resource external id. |