Skip to main content
Glama

Gemini MCP

by emmron

mcp__gemini__code_analyze

Evaluate code quality and identify issues by analyzing source code. Specify programming language and analysis type for tailored insights into coding standards and potential improvements.

Instructions

Analyze code for quality and issues

Input Schema

NameRequiredDescriptionDefault
analysis_typeNoType of analysiscomprehensive
codeYesCode to analyze
languageNoProgramming language

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "analysis_type": { "default": "comprehensive", "description": "Type of analysis", "type": "string" }, "code": { "description": "Code to analyze", "type": "string" }, "language": { "description": "Programming language", "type": "string" } }, "required": [ "code" ], "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