get_claim_content
ActiveTool of Claidex MCP
declared in 1.0.0
Retrieve the complete text content of a specific Claidex Claim by its slug. Use this when you need to read the full post-mortem analysis, including hypothesis, failure mechanism, and prevention analysis.
Parameters schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"minLength": 1,
"description": "The Claidex claim slug, e.g. exicorilant-mcrpc-gr-bypass-fourth-failure"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Claidex MCP
https://github.com/ssatanis/claidex-sentinel
1/7 registries