Skip to main content
Glama

Consult LLM MCP

by raine

consult_llm

Analyze complex problems, review code, or implement solutions by consulting advanced AI models. Submit markdown files for prompts and include relevant code files for context to get tailored responses.

Instructions

Ask a more powerful AI for help with complex problems. Write your problem description in a markdown file and pass relevant code files as context.

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

Input Schema

NameRequiredDescriptionDefault
filesYesArray of file paths to process. Markdown files (.md) become the main prompt, other files are added as context with file paths and code blocks. In the markdown file(s), be clear about what you want the LLM to do: implement code, review code, explain concepts, analyze bugs, etc.
git_diffNoGenerate git diff output to include as context. Shows uncommitted changes by default.
modelNoLLM model to useo3

Input Schema (JSON Schema)

{ "properties": { "files": { "description": "Array of file paths to process. Markdown files (.md) become the main prompt, other files are added as context with file paths and code blocks. \n\nIn the markdown file(s), be clear about what you want the LLM to do: implement code, review code, explain concepts, analyze bugs, etc.", "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" } }, "required": [ "files" ], "type": "object" }
Install Server

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