5ac94979b0fe7b6f0b81e3eb88a88cf8b9326ccbsource_git · yuchenssr/multi-ai-advisor-mcp · current release
Observed 2026-08-25T08:34:42.273Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
list-available-modelsList all available models in Ollama that can be used with query-modelsInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
query-modelsQuery multiple AI models via Ollama and get their responses to compare perspectivesInput schema{
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The question to ask all models"
},
"models": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of model names to query (defaults to configured models)"
},
"system_prompt": {
"type": "string",
"description": "Optional system prompt to provide context to all models (overridden by model_system_prompts if provided)"
},
"model_system_prompts": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Optional object mapping model names to specific system prompts"
}
},
"required": [
"question"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |