guardentry_invoke_agent
Invoke a configured agent by ID or type to run security checks (vulnerability, compliance, risk). Returns findings; write actions are queued for dashboard approval.
Instructions
Invoke a GuardEntry agent by ID or type. The agent executes its configured skills (vulnerability scanning, compliance checks, risk analysis, etc.) and returns results. Write actions are queued for dashboard approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Optional additional instructions for this run | |
| agent_id | No | UUID of a specific agent to invoke | |
| agent_type | No | Agent type to find and invoke (e.g., 'vulnerability', 'compliance', 'risk'). Used if agent_id not provided. |