Skip to main content
Glama

SlopWatch MCP Server

113
3
  • Apple

slopwatch_claim_and_verify

Track and verify AI system implementations in a single call, reducing steps by registering claims and validating updated file content against originals for accountability.

Instructions

Register claim and verify implementation in one call - reduces from 2 tool calls to 1

Input Schema

NameRequiredDescriptionDefault
claimYesWhat you implemented
originalFileContentsYesOriginal content of files before implementation (filename -> content)
updatedFileContentsYesUpdated content of files after implementation (filename -> content)

Input Schema (JSON Schema)

{ "properties": { "claim": { "description": "What you implemented", "type": "string" }, "originalFileContents": { "additionalProperties": { "type": "string" }, "description": "Original content of files before implementation (filename -> content)", "type": "object" }, "updatedFileContents": { "additionalProperties": { "type": "string" }, "description": "Updated content of files after implementation (filename -> content)", "type": "object" } }, "required": [ "claim", "originalFileContents", "updatedFileContents" ], "type": "object" }
Install Server

Other Tools from SlopWatch MCP Server

Related Tools

    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/JoodasCode/SlopWatch'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server