check_policy
Determine if an action complies with organizational policies. Specify action type and optionally agent ID for policy enforcement.
Instructions
Check if an action is allowed by the organization's policies.
Args:
action_type: The action to check (e.g. "data:read:users", "api:external:call")
agent_id: Optional agent ID to check policies for
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_type | Yes | ||
| agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |