Tools
One page per tool. Opening a tool shows its form; calling it always confirms first.
| tool | effect | what it does |
|---|---|---|
router_explain | read | GET /_router/explain?method&path · auth: none |
agents_ready | read | GET /agents/-/ready · auth: none |
agents_list | read | GET /api/agents — owner-scoped list of the caller's definitions · auth: authenticated |
agents_create | write | POST /api/agents — provision agent specialist + insert definition (owner only) · auth: authenticated |
agents_get_run | read | GET /api/agents/:id/runs/:runId — one full run row (tenancy-scoped) · auth: authenticated |
agents_list_runs | read | GET /api/agents/:id/runs — run history, newest first (tenancy-scoped) · auth: authenticated |
agents_trigger | write | POST /api/agents/:id/trigger — enqueue a manual run (owner only; 202/200/409) · auth: authenticated |
agents_get | read | GET /api/agents/:id — definition + status + last-run summary (tenancy-scoped) · auth: authenticated |
agents_update | write | PATCH /api/agents/:id — update mutable fields (owner of this agent, or master) · auth: authenticated |
agents_delete | destructive | DELETE /api/agents/:id — soft-delete + disable specialist (owner of this agent, or master) · auth: authenticated |