Skip to main content
Glama

Ultra MCP

investigate

Analyze topics and questions in detail using configurable depth levels, with optional web search integration, leveraging AI models like OpenAI and Gemini via the Ultra MCP server.

Instructions

Investigate topics thoroughly with configurable depth

Input Schema

NameRequiredDescriptionDefault
depthNoInvestigation depthdeep
enableSearchNoEnable web search for investigation (Gemini only)
modelNoSpecific model to use
providerNoAI provider to use (defaults to Azure if configured, otherwise best available)
topicYesThe topic or question to investigate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": "deep", "description": "Investigation depth", "enum": [ "shallow", "medium", "deep" ], "type": "string" }, "enableSearch": { "default": true, "description": "Enable web search for investigation (Gemini only)", "type": "boolean" }, "model": { "description": "Specific model to use", "type": "string" }, "provider": { "description": "AI provider to use (defaults to Azure if configured, otherwise best available)", "enum": [ "openai", "gemini", "azure", "grok" ], "type": "string" }, "topic": { "description": "The topic or question to investigate", "type": "string" } }, "required": [ "topic" ], "type": "object" }

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