thinkneo_benchmark_compare
ActiveTool of ThinkNEO MCP Server
declared in 1.28.0
Compare providers side-by-side for a specific task type. Shows quality scores, verification rates, and rankings based on real outcomes. Requires authentication.
Parameters schema
{
"type": "object",
"title": "thinkneo_benchmark_compareArguments",
"required": [
"task_type"
],
"properties": {
"providers": {
"anyOf": [
{
"type": "array",
"items": {}
},
{
"type": "null"
}
],
"title": "Providers",
"default": null,
"description": "Optional list of providers to compare (e.g., ['anthropic', 'openai']). Leave empty for all."
},
"task_type": {
"type": "string",
"title": "Task Type",
"description": "Task type to compare: 'summarization', 'code_generation', 'classification', 'translation', 'analysis', 'chat'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries