You're viewing a demo portfolio

Join the waitlist
PRSM

thinkneo_verify_claim

Active

Tool of ThinkNEO MCP Server

declared in 1.28.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ThinkNEO MCP Server

https://github.com/thinkneo-ai/mcp-server

3/7 registries
View full server →
thinkneo_verify_claim — ThinkNEO MCP Server — PRSM MCP