You're viewing a demo portfolio

Join the waitlist
PRSM

search_claims

Active

Tool of Claidex MCP

declared in 1.0.0

Search the Claidex failure database for post-mortems matching a drug name, gene target, disease, failure archetype, or sponsor. Returns matching claims with title, slug, drug, target, disease, phase, failure archetype, Open Targets score, and MRS score.

Parameters schema

{
  "type": "object",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "required": [
    "query",
    "category",
    "failure_archetype",
    "limit"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "default": 10,
      "maximum": 20,
      "minimum": 1
    },
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Search term: drug name, gene symbol, disease, or failure archetype"
    },
    "category": {
      "enum": [
        "Oncology",
        "Cardiology",
        "Neurology",
        "Immunology",
        "Infectious Disease",
        "Metabolic",
        "Rare Disease",
        "Other",
        "any"
      ],
      "type": "string",
      "default": "any"
    },
    "failure_archetype": {
      "enum": [
        "efficacy_failure",
        "safety_signal",
        "enrollment_collapse",
        "sponsor_decision",
        "strategic_reprioritization",
        "translational_mismatch",
        "biomarker_failure",
        "any"
      ],
      "type": "string",
      "default": "any"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Claidex MCP

https://github.com/ssatanis/claidex-sentinel

1/7 registries
View full server →
search_claims — Claidex MCP — PRSM MCP