Skip to main content
Glama

Ultra MCP

deep-reasoning

Solve complex problems using advanced AI models like OpenAI, Azure, and Gemini. Analyze and reason through intricate queries with customizable parameters, including reasoning effort and Google Search integration.

Instructions

Use advanced AI models for deep reasoning and complex problem-solving. Supports O3 models for OpenAI/Azure and Gemini 2.5 Pro with Google Search.

Input Schema

NameRequiredDescriptionDefault
enableSearchNoEnable Google Search for Gemini models
maxTokensNoMaximum tokens in response
modelNoSpecific model to use (optional, will use provider default)
promptYesThe complex question or problem requiring deep reasoning
providerNoAI provider to use (defaults to Azure if configured, otherwise OpenAI)
reasoningEffortNoReasoning effort level (for O3 models)high
systemPromptNoSystem prompt to set context for reasoning
temperatureNoTemperature for response generation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "enableSearch": { "default": true, "description": "Enable Google Search for Gemini models", "type": "boolean" }, "maxTokens": { "description": "Maximum tokens in response", "exclusiveMinimum": 0, "type": "number" }, "model": { "description": "Specific model to use (optional, will use provider default)", "type": "string" }, "prompt": { "description": "The complex question or problem requiring deep reasoning", "type": "string" }, "provider": { "description": "AI provider to use (defaults to Azure if configured, otherwise OpenAI)", "enum": [ "openai", "gemini", "azure", "grok" ], "type": "string" }, "reasoningEffort": { "default": "high", "description": "Reasoning effort level (for O3 models)", "enum": [ "low", "medium", "high" ], "type": "string" }, "systemPrompt": { "description": "System prompt to set context for reasoning", "type": "string" }, "temperature": { "default": 0.7, "description": "Temperature for response generation", "maximum": 2, "minimum": 0, "type": "number" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from Ultra 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/RealMikeChong/ultra-mcp'

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