Skip to main content
Glama

Ultra MCP

investigate

Analyze topics in detail with customizable depth using AI providers like OpenAI, Gemini, or Azure. Enable web search for comprehensive results and tailor investigations with shallow, medium, or deep focus.

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" }
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