Skip to main content
Glama

Consult LLM MCP

by raine

consult_llm

Leverage advanced AI models for unbiased, in-depth analysis on complex coding challenges. Submit your question with optional code context for code review, bug fixes, architecture advice, or implementation guidance.

Instructions

Ask a more powerful AI for help with complex problems. Provide your question in the prompt field and optionally include relevant code files as context.

Be specific about what you want: code implementation, code review, bug analysis, architecture advice, etc.

IMPORTANT: Ask neutral, open-ended questions. Avoid suggesting specific solutions or alternatives in your prompt as this can bias the analysis. Instead of "Should I use X or Y approach?", ask "What's the best approach for this problem?" Let the consultant LLM provide unbiased recommendations.

Input Schema

NameRequiredDescriptionDefault
filesNoArray of file paths to include as context. All files are added as context with file paths and code blocks.
git_diffNoGenerate git diff output to include as context. Shows uncommitted changes by default.
modelNoLLM model to useo3
promptYesYour question or request for the consultant LLM. Ask neutral, open-ended questions without suggesting specific solutions to avoid biasing the analysis.

Input Schema (JSON Schema)

{ "properties": { "files": { "description": "Array of file paths to include as context. All files are added as context with file paths and code blocks.", "items": { "type": "string" }, "type": "array" }, "git_diff": { "description": "Generate git diff output to include as context. Shows uncommitted changes by default.", "properties": { "base_ref": { "default": "HEAD", "description": "Git reference to compare against (e.g., \"HEAD\", \"main\", commit hash)", "type": "string" }, "files": { "description": "Specific files to include in diff", "items": { "type": "string" }, "type": "array" }, "repo_path": { "description": "Path to git repository (defaults to current working directory)", "type": "string" } }, "required": [ "files" ], "type": "object" }, "model": { "default": "o3", "description": "LLM model to use", "enum": [ "o3", "gemini-2.5-pro", "deepseek-reasoner" ], "type": "string" }, "prompt": { "description": "Your question or request for the consultant LLM. Ask neutral, open-ended questions without suggesting specific solutions to avoid biasing the analysis.", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from Consult LLM MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raine/consult-llm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server