moa_tower_finding
File structured findings (bug, improve, vuln, idea) for the tower to route. Use when workers find out-of-scope issues instead of fixing them directly.
Instructions
File a structured finding (bug | improve | vuln | idea) for the tower to route. Workers use it for anything notable outside their mission scope instead of fixing it directly. The finding is stored under a random UUID key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Finding category | |
| title | Yes | Short finding title | |
| details | Yes | Full details: evidence, reproduction, impact | |
| summary | Yes | What was found, in a sentence or two | |
| location | No | File/symbol the finding concerns | |
| severity | No | Optional severity (default medium) | |
| workspace | Yes | The absolute repo root (main checkout) this tower namespace anchors to. Required on every tower tool — the server cwd is never used as a fallback. | |
| suggested_fix | Yes | What you would do about it | |
| caller_agent_id | Yes | Your engine agent id. The tower tools resolve it against the boot-registered roster (the booted tower, or a spawned worker/reviewer). |