Skip to main content
Glama

Automation Script Generator MCP Server

analyze_repository_patterns

Read and analyze repositories to identify existing patterns, formats, and validation rules for features, steps, pages, and components, ensuring accurate script generation and file management.

Instructions

Read and analyze repository for existing patterns, formats, and validation rules

Input Schema

NameRequiredDescriptionDefault
pattern_typesNoTypes of patterns to analyze (features, steps, pages, components)
repo_pathYesPath to the repository to analyze

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "pattern_types": { "default": [ "features", "steps", "pages", "components" ], "description": "Types of patterns to analyze (features, steps, pages, components)", "items": { "type": "string" }, "type": "array" }, "repo_path": { "description": "Path to the repository to analyze", "type": "string" } }, "required": [ "repo_path" ], "type": "object" }

Other Tools from Automation Script Generator MCP Server

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/raymondsambur/automation-script-generator'

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