Skip to main content
Glama

Python Code Review MCP Agent

by JJJHoons

analyze_code_quality

Analyze Python code for style, maintainability, performance, and best practices compliance. Generate actionable insights to improve code quality and ensure adherence to standards.

Instructions

Deep code quality analysis including style, maintainability, performance, and best practices compliance.

Input Schema

NameRequiredDescriptionDefault
codeYesPython code to analyze for quality issues
filenameNoName of the file (optional)unknown.py
includeMaintainabilityNoInclude maintainability and documentation checks
includeStyleNoInclude style and naming convention checks

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Python code to analyze for quality issues", "type": "string" }, "filename": { "default": "unknown.py", "description": "Name of the file (optional)", "type": "string" }, "includeMaintainability": { "default": true, "description": "Include maintainability and documentation checks", "type": "boolean" }, "includeStyle": { "default": true, "description": "Include style and naming convention checks", "type": "boolean" } }, "required": [ "code" ], "type": "object" }

Latest Blog Posts

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/JJJHoons/python_code_review_mcp'

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