Skip to main content
Glama

Automation Script Generator MCP Server

review_and_enhance_code

Analyze generated code to improve its quality by adding documentation, POM patterns, validation, and reusable functions, ensuring alignment with existing code standards and practices.

Instructions

Review generated code and enhance it with improvements, documentation, validation, POM patterns, and reusable functions

Input Schema

NameRequiredDescriptionDefault
file_pathsYesPaths to the generated files to review
repo_pathNoRepository path for checking existing functions and patterns
review_criteriaNoSpecific review criteria (docs, pom, functions, utils, format, existing_steps)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "file_paths": { "description": "Paths to the generated files to review", "items": { "minLength": 1, "type": "string" }, "minItems": 1, "type": "array" }, "repo_path": { "description": "Repository path for checking existing functions and patterns", "type": "string" }, "review_criteria": { "default": [ "docs", "pom", "functions", "utils", "format", "existing_steps" ], "description": "Specific review criteria (docs, pom, functions, utils, format, existing_steps)", "items": { "enum": [ "docs", "pom", "functions", "utils", "format", "existing_steps" ], "type": "string" }, "type": "array" } }, "required": [ "file_paths" ], "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/raymondsambur/automation-script-generator'

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