mm_verify
Run an iterative verify-spec pipeline phase. The phase discriminator chooses the per-phase handler (check_triage, classify_findings, compute_confidence, convergence_step, parse_adversarial). Replaces the 5 internal mm_verify_* tools. See the per-phase descriptions in the verify-* source files for required arguments.
At a Glance
Section titled “At a Glance”- Category: Plugin Management
- Source: Built-in
- Required parameters: 1
- Total parameters: 1
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
phase | string (enum: check_triage, classify_findings, compute_confidence, convergence_step, parse_adversarial) | Yes | Pipeline phase to invoke. Each phase carries its own per-call arguments — see the verify-* handler sources. |
Example
Section titled “Example”{ "tool": "mm_verify", "arguments": { "phase": "check_triage" }}Related Tools
Section titled “Related Tools”mm_list_plugins- [DEPRECATED — use mm_list with entity=plugin] List all loaded plugins with th…mm_get_plugin_info- [DEPRECATED — use mm_get with entity=plugin] Get detailed information about a…mm_push_team_checkin- Push a team check-in to the cloud. Scans local specs and features, captures c…mm_fetch_team_checkins- Fetch all team members’ check-ins from the cloud. Returns display names, bran…mm_claim_spec- Claim a spec from a teammate. Records the claim in the cloud (first-claim-win…