thinkneo_verify_claim
ActiveTool of ThinkNEO MCP Server
Trigger verification of a registered action claim. Runs the appropriate verification adapter (HTTP check, file check, database check, etc.) and returns the result with evidence. If already verified, returns cached result (use force=true to re-verify). Part of the Outcome Validation Loop — 'From Prompt to Proof'. Requires authentication.
Parameters schema
{
"type": "object",
"title": "thinkneo_verify_claimArguments",
"required": [
"claim_id"
],
"properties": {
"force": {
"type": "boolean",
"title": "Force",
"default": false,
"description": "Force re-verification even if already verified/failed"
},
"claim_id": {
"type": "string",
"title": "Claim Id",
"description": "UUID of the claim to verify (from thinkneo_register_claim)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries