Check a plan against the code of conduct
aggrete__checkCheck whether a sequence of tool calls is allowed before executing any. Get the decision, applicable rule, clause, and remediation to answer 'can I do X?' questions.
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"]. To check a call by its arguments (e.g. an export's scope), pass an object instead of a name: {"tool": "crm__export", "args": {"scope": "all"}}. | |
| 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). |