Variable: TOOLS
constTOOLS: readonlyAnyTool[]
Defined in: src/server/ai/assistant/tools/index.ts:14
The complete read-only tool catalog. This array IS the allowlist — the executor will only run a tool present here (and visible to the caller). Adding a tool is the only way to widen what the assistant can read; there is deliberately no write tool.
Deferred to later phases: estimate_contractor_pay (needs current-period plumbing) and
draft_email/draft_note (need the UI draft event).