preflight_check
Checks agent status and policy to determine if a specified action is allowed. Returns CLEARED or NOT CLEARED.
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 |