Skip to main content
Glama

Automation Script Generator MCP Server

analyze_repository_patterns

Identify and analyze patterns, formats, and validation rules within a repository to enhance automation script generation. Supports targeted analysis of features, steps, pages, and components for efficient workflow optimization.

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" }

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