consult_specialist_model
ActiveTool of Claidex MCP
Ask a specialist Gateway model for code, database/tool-calling, statistics, literature, preprint, or mechanistic synthesis support. Use for hard subproblems, second opinions, code generation/review, or complex synthesis.
Parameters schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"task_type",
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"maxLength": 6000,
"minLength": 1,
"description": "Focused task for the specialist model."
},
"context": {
"type": "string",
"maxLength": 10000,
"description": "Relevant context, snippets, or data. Do not include secrets."
},
"task_type": {
"enum": [
"code",
"database",
"reasoning",
"statistics",
"research",
"literature",
"synthesis",
"preprint",
"general"
],
"type": "string",
"description": "Specialist routing target."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Claidex MCP
https://github.com/ssatanis/claidex-sentinel
1/7 registries