Skip to main content
Glama

Ultra MCP

analyze-code

Identifies architectural flaws, performance bottlenecks, security vulnerabilities, and quality issues in code. Specify a task, focus area, and AI provider to analyze software effectively.

Instructions

Analyze code for architecture, performance, security, or quality issues

Input Schema

NameRequiredDescriptionDefault
filesNoFile paths to analyze (optional)
focusNoAnalysis focus areaall
providerNoAI provider to usegemini
taskYesWhat to analyze (e.g., 'analyze performance of user authentication', 'review database queries')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "File paths to analyze (optional)", "items": { "type": "string" }, "type": "array" }, "focus": { "default": "all", "description": "Analysis focus area", "enum": [ "architecture", "performance", "security", "quality", "all" ], "type": "string" }, "provider": { "default": "gemini", "description": "AI provider to use", "enum": [ "openai", "gemini", "azure", "grok" ], "type": "string" }, "task": { "description": "What to analyze (e.g., 'analyze performance of user authentication', 'review database queries')", "type": "string" } }, "required": [ "task" ], "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/RealMikeChong/ultra-mcp'

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