claidex_research_prompt
ActiveTool of Claidex MCP
declared in 1.0.0
Compose a rigorous, reusable investigation prompt that tells an MCP client which Claidex tools and resources to use.
Parameters schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"objective",
"risk_tolerance"
],
"properties": {
"disease": {
"type": "string",
"description": "Optional disease area."
},
"objective": {
"type": "string",
"minLength": 1,
"description": "The investigation objective to turn into a reusable MCP prompt."
},
"target_gene": {
"type": "string",
"description": "Optional HGNC target symbol."
},
"risk_tolerance": {
"enum": [
"low",
"medium",
"high"
],
"type": "string",
"default": "medium"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Claidex MCP
https://github.com/ssatanis/claidex-sentinel
1/7 registries