thinkneo_router_explain
ActiveTool of ThinkNEO MCP Server
Explain why the Smart Router would choose a specific model for a task type. Shows both benchmark-based (real outcomes) and static quality estimates, and explains the reasoning behind the recommendation. Requires authentication.
Parameters schema
{
"type": "object",
"title": "thinkneo_router_explainArguments",
"required": [
"task_type"
],
"properties": {
"task_type": {
"type": "string",
"title": "Task Type",
"description": "Task type: 'summarization', 'code_generation', 'classification', 'translation', 'analysis', 'chat'"
},
"quality_threshold": {
"type": "integer",
"title": "Quality Threshold",
"default": 85,
"description": "Minimum quality score required (0-100, default 85)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries