Skip to main content
Glama

Gemini MCP

by emmron

mcp__gemini__debug_master

Debug code errors by simulating execution, validating fixes, and analyzing step-by-step with advanced debugging for JavaScript and other languages. Input error details to identify and resolve issues.

Instructions

Advanced debugging with execution simulation, fix validation, and step-by-step analysis

Input Schema

NameRequiredDescriptionDefault
codeNoCode where error occurs
contextNoAdditional context
error_messageYesError message or description
languageNoProgramming languagejavascript
simulate_executionNoEnable execution simulation
stack_traceNoStack trace if available

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "code": { "description": "Code where error occurs", "type": "string" }, "context": { "description": "Additional context", "type": "string" }, "error_message": { "description": "Error message or description", "type": "string" }, "language": { "default": "javascript", "description": "Programming language", "type": "string" }, "simulate_execution": { "default": true, "description": "Enable execution simulation", "type": "boolean" }, "stack_trace": { "description": "Stack trace if available", "type": "string" } }, "required": [ "error_message" ], "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