Skip to main content
Glama

Python Code Review MCP Agent

by JJJHoons

review_python_code

Analyze Python code for quality and security risks. Generate detailed reports with actionable recommendations to improve code performance and maintain best practices.

Instructions

Comprehensive Python code analysis focusing on quality and security. Provides detailed reports with actionable recommendations.

Input Schema

NameRequiredDescriptionDefault
codeYesPython code to analyze
filenameNoName of the file (optional, defaults to unknown.py)unknown.py
reportTypeNoType of report to generatedetailed

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Python code to analyze", "type": "string" }, "filename": { "default": "unknown.py", "description": "Name of the file (optional, defaults to unknown.py)", "type": "string" }, "reportType": { "default": "detailed", "description": "Type of report to generate", "enum": [ "detailed", "summary", "security" ], "type": "string" } }, "required": [ "code" ], "type": "object" }

Other Tools from Python Code Review MCP Agent

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

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