Check a plan against the code of conduct
aggrete__checkVerify whether a planned sequence of tool calls would be allowed, returning the decision, applicable rule, and remediation to avoid policy violations.
Instructions
Ask whether a sequence of tool calls would be allowed before running any of them. Returns the decision (allowed, allowed-with-alert, or refused), the rule that applies, its clause, and the remediation. Nothing is fetched. Use this to answer 'can I do X?' questions: translate the request into the tool calls it would take, then pass them as tools in order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes | The tool calls you are considering, in order, by their exact names on this server, e.g. ["hr__recent_joiners", "finance__budget_roles", "hr__leave_balance"]. | |
| entities | No | Optional. The people the plan concerns, as p:<email> ids, applied to each read. Omit to evaluate assuming the calls concern the same people (you and a colleague). |