search_preprint_flags
ActiveTool of Claidex MCP
declared in 1.0.0
Search the Claidex Preprint Watch database for bioRxiv preprints flagged as contradicting the clinical failure record. Search by target gene, disease, or preprint title.
Parameters schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"query",
"severity"
],
"properties": {
"query": {
"type": "string",
"minLength": 1,
"description": "Search term: gene symbol, disease, or preprint title fragment"
},
"severity": {
"enum": [
"STRONG",
"MODERATE",
"MILD",
"any"
],
"type": "string",
"default": "any"
}
},
"additionalProperties": false
}Parent server
Claidex MCP
https://github.com/ssatanis/claidex-sentinel
1/7 registries