local_verify
Run a project's verification gate and return a compact triage of failures, avoiding thousands of tokens of raw lint, typecheck, or test output.
Instructions
Run this project's verification gate (from .ollama-mcp.toml, or autodetected) and return a COMPACT triage of any failures. USE THIS INSTEAD OF running lint/typecheck/test commands through Bash when you only need to know whether it passes and what broke -- raw tool output is often thousands of tokens.
Args: workspace_root: Absolute path to the repository root. triage: If true and the gate fails, the local model summarizes the failures into a short actionable list instead of returning raw output.
Returns: PASS, or a short list of what failed and where.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| triage | No | ||
| workspace_root | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |