Skip to main content
Glama

Python Code Review MCP Agent

by JJJHoons

compare_code_versions

Compare two Python code versions to analyze improvements, regressions, and security changes. Identify quality and vulnerability differences to enhance code integrity and maintainability.

Instructions

Compare two versions of Python code to identify improvements or regressions in quality and security.

Input Schema

NameRequiredDescriptionDefault
filenameNoName of the file (optional)unknown.py
originalCodeYesOriginal version of the Python code
revisedCodeYesRevised version of the Python code

Input Schema (JSON Schema)

{ "properties": { "filename": { "default": "unknown.py", "description": "Name of the file (optional)", "type": "string" }, "originalCode": { "description": "Original version of the Python code", "type": "string" }, "revisedCode": { "description": "Revised version of the Python code", "type": "string" } }, "required": [ "originalCode", "revisedCode" ], "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