Skip to main content
Glama

Ultra MCP

review-code

Analyze code for bugs, security vulnerabilities, performance optimizations, and style inconsistencies using customizable focus areas and AI providers within the Ultra MCP server.

Instructions

Review code for bugs, security issues, performance, or style problems

Input Schema

NameRequiredDescriptionDefault
filesNoFile paths to review (optional)
focusNoReview focus areaall
providerNoAI provider to usegemini
taskYesWhat to review (e.g., 'review pull request changes', 'check for security issues')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "File paths to review (optional)", "items": { "type": "string" }, "type": "array" }, "focus": { "default": "all", "description": "Review focus area", "enum": [ "bugs", "security", "performance", "style", "all" ], "type": "string" }, "provider": { "default": "gemini", "description": "AI provider to use", "enum": [ "openai", "gemini", "azure", "grok" ], "type": "string" }, "task": { "description": "What to review (e.g., 'review pull request changes', 'check for security issues')", "type": "string" } }, "required": [ "task" ], "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