check_policy
Determine whether an action complies with organizational policies. Provide the action type and optional agent ID to receive a policy decision.
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 forInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_type | Yes | ||
| agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |