openclaw-output-vetter-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verify_response_groundingA | Check that every claim in |
| find_swallowed_exceptionsA | Scan Python source code for try/except patterns that swallow errors or substitute fabricated mock data — the silent-fake-success pattern from the r/ClaudeAI thread. Flags pass-only handlers, mock-substitution returns, silent log-and-return, and bare excepts. Each finding includes a line number + severity + code excerpt. |
| review_transcriptA | Multi-turn agent transcript review — flags unverified completion claims (assistant says 'I've configured X' with no supporting tool calls), cross-turn factual contradictions, and tool calls without observable side effects. Pass an array of {role, text, tool_calls?} objects. |
| verify_action_outcomeA | v1.1+ — Compare an agent's stated outcome against actual before/after state snapshots. Catches the [@chiefofautism, 158↑] failure mode: agent runs |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| verify-this-answer | Run a grounding check on the most recent assistant answer + flag hallucinations |
| audit-this-code | Run swallowed-exception detection on a code block and explain each finding's risk + how to fix |
| verify-this-action | v1.1+ — Compare an agent's stated outcome against actual before/after snapshots; surface STATE_UNCHANGED, NO_COMMIT, TESTS_NOT_PASSING, and STATE_VIOLATED_CONSTRAINT mismatches. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Demo: grounded answer | Sample input demonstrating a CLEAN grounding verdict |
| Demo: fabricated answer | Sample input demonstrating a FABRICATED grounding verdict |
| Demo: swallowed-exception patterns | Sample Python code with mock-substitution + pass-only + log-and-return patterns |
| Demo: action-outcome divergence (chiefofautism case) | Sample input where claim says 'I cleaned up the project structure' but before/after snapshots are identical — demonstrates the FABRICATED verdict for ACTION_OUTCOME.STATE_UNCHANGED |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/temurkhan13/openclaw-output-vetter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server