Skip to main content
Glama

Gemini MCP

by emmron

mcp__gemini__refactor_suggestions

Generate AI-powered refactoring suggestions for code to improve readability and performance, supporting multiple programming languages within the Gemini MCP environment.

Instructions

Get AI-powered refactoring suggestions

Input Schema

NameRequiredDescriptionDefault
codeYesCode to refactor
goalsNoRefactoring goalsreadability,performance
languageNoProgramming languagejavascript

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "code": { "description": "Code to refactor", "type": "string" }, "goals": { "default": "readability,performance", "description": "Refactoring goals", "type": "string" }, "language": { "default": "javascript", "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