Skip to main content
Glama

Gemini MCP

by emmron

mcp__gemini__thinkdeep_enhanced

Analyze complex problems with enhanced AI reasoning, validate logical steps, ensure consistency, and track progress for accurate solutions across specialized domains.

Instructions

Extended AI reasoning with step validation, logical consistency checking, and progress tracking

Input Schema

NameRequiredDescriptionDefault
domainNoProblem domain for specialized reasoning
problemYesComplex problem to analyze
thinking_depthNoDepth leveldeep
validate_stepsNoEnable step validation

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "domain": { "description": "Problem domain for specialized reasoning", "type": "string" }, "problem": { "description": "Complex problem to analyze", "type": "string" }, "thinking_depth": { "default": "deep", "description": "Depth level", "type": "string" }, "validate_steps": { "default": true, "description": "Enable step validation", "type": "boolean" } }, "required": [ "problem" ], "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/emmron/gemini-mcp'

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