preflight_check
Check if an agent is cleared for a specific action by combining agent status and policy rules, returning a CLEARED or NOT CLEARED result.
Instructions
Combined agent-status + policy-allowed check; returns CLEARED / NOT CLEARED summary.
Fail-open: a per-check exception is recorded as a warning, not a blocker.
Args:
agent_id: The agent ID to check
action_type: The action to check (e.g. "data:read", "api:call")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| action_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |