Skip to main content
Glama
raymondsambur

Automation Script Generator MCP Server

Automation Script Generator

πŸš€ Project Mission: Hybrid AI Automation Framework (Notion -> Playwright)

This project creates an autonomous end-to-end testing framework that bridges the gap between manual test case management and automated execution. It leverages Generative AI to automatically generate robust Playwright test scripts from Notion test tickets.

Related MCP server: Playwright Wizard MCP Server

🎯 Objectives

  1. Read: Fetch test scenarios directly from a Notion Database.

  2. Generate: Create executable Playwright (TypeScript) scripts automatically using Google Gemini.

  3. Execute: Run tests with a "Self-Healing" mechanism for resilient locators.

  4. Report: Generate detailed reports via Allure and reflect status updates back to Notion.

πŸ› οΈ Tech Stack

  • Language: TypeScript, Node.js (v20+)

  • Framework: Playwright

  • AI Model: Google Gemini (gemini-2.0-flash via @google/genai SDK)

  • Integration: Notion API (@notionhq/client)

  • Reporting: Allure Report

πŸ“‚ Directory Structure

/
β”œβ”€β”€ .agent/rules/             # Antigravity context rules
β”œβ”€β”€ config/                   # Configuration files
β”‚   └── notion.config.ts      # Notion API keys and DB IDs
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ generator/            # THE BUILDER
β”‚   β”‚   β”œβ”€β”€ fetcher.ts        # Pulls from Notion
β”‚   β”‚   β”œβ”€β”€ translator.ts     # Gemini Agent (Notion -> TS Code)
β”‚   β”‚   └── writer.ts         # Saves .spec.ts files
β”‚   β”œβ”€β”€ framework/            # THE RUNNER
β”‚   β”‚   β”œβ”€β”€ pages/            # Page Objects (POM)
β”‚   β”‚   └── actions/          # Self-healing wrappers
β”‚   └── tests/                # Generated Spec files live here
β”œβ”€β”€ playwright.config.ts
β”œβ”€β”€ .env                      # Contains API Keys
└── package.json

βš™οΈ Setup & Installation

  1. Clone the repository:

    git clone <repository-url>
    cd automation-script-generator
  2. Install dependencies:

    npm install
  3. Environment Configuration: Create a .env file in the root directory and add your keys:

    GEMINI_API_KEY=your_google_gemini_api_key
    NOTION_TOKEN=your_notion_integration_token
    NOTION_DATABASE_ID=your_notion_database_id

πŸƒ Usage

1. Generate Tests

To fetch "Ready for Automation" tickets from Notion and generate Playwright test files with strict Page Object Model separation:

npx ts-node src/generator/main.ts
  • Artifacts:

    • src/framework/pages/*.page.ts: Page Objects (private selectors, public methods).

    • src/tests/[module]/[module].data.ts: Shared test data per module.

    • src/tests/[module]/[id]...spec.ts: Clean test specs.

2. Run Tests

To execute the generated Playwright tests:

npm test
  • Video: Recorded for ALL runs (available in Allure report).

  • Screenshots: Captured only on failure.

3. View Reports

To generate and view the Allure test report:

npm run test:report   # Generates report (cleans old results)
npm run test:open     # Opens report in browser

🧠 Smart Actions (Self-Healing)

The framework includes a SmartPage wrapper that handles flaky selectors. If a primary selector fails, it attempts to "heal" by using fallback strategies (like text hints) and logs the event, preventing brittle test failures.

Available Tools

7 tools
analyze_repository_patternsC

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

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

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool is for reading and analyzing, implying a read-only operation, but does not specify if it modifies files, requires specific permissions, handles errors, or provides output details, leaving significant gaps in understanding its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It is front-loaded with the core action, though it could be slightly more structured by separating key points for clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of analyzing repository patterns with no annotations and no output schema, the description is incomplete. It fails to explain what the analysis entails, what output to expect, or how it interacts with sibling tools, making it inadequate for guiding effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the input schema already documents both parameters ('repo_path' and 'pattern_types') with descriptions and defaults. The description adds no additional meaning beyond the schema, such as explaining what 'pattern_types' entail or how analysis is performed, meeting the baseline for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Read and analyze') and resource ('repository') with specific targets ('existing patterns, formats, and validation rules'), making the purpose evident. However, it does not explicitly differentiate from sibling tools like 'review_and_enhance_code', which might also involve repository analysis, leaving room for ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description lacks context on prerequisites, such as needing a valid repository path, and does not mention sibling tools like 'review_and_enhance_code' for comparison, leaving usage unclear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

generate_component_fileC

Generate component file with collection of data items (only if needed)

ParametersJSON Schema
NameRequiredDescriptionDefault
scenario_titleYesTitle of the test scenario
data_itemsYesCollection of data items for the component
output_pathYesPath where the component file should be saved

TDQS

C2.6/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It mentions generating a file and saving it to a path, which implies a write operation, but doesn't disclose permissions needed, file format, error handling, or what 'only if needed' means behaviorally. This leaves significant gaps for a tool that creates files.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that's front-loaded with the core action. However, 'only if needed' is ambiguous and doesn't earn its place, slightly reducing efficiency. Overall, it's brief but could be more precise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain what a component file is, what format it generates, or the implications of 'only if needed'. Given the complexity and lack of structured data, more context is needed for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so parameters are well-documented in the schema. The description adds no additional meaning about parameters beyond implying data_items are used in generation. Baseline 3 is appropriate as the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool generates a component file with data items, which provides a basic purpose. However, it's vague about what a 'component file' is and doesn't distinguish from siblings like generate_feature_file or generate_page_file. The phrase 'only if needed' adds ambiguity rather than clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like generate_feature_file or generate_page_file. The phrase 'only if needed' implies some conditional usage but doesn't specify what conditions trigger the need, leaving the agent without practical direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

generate_feature_fileC

Generate WDIO feature file with Gherkin syntax (Given, When, Then)

ParametersJSON Schema
NameRequiredDescriptionDefault
scenario_titleYesTitle of the test scenario
gherkin_syntaxYesGherkin syntax content for the feature
tagsNoTest ID tags for the scenario
output_pathYesPath where the feature file should be saved

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool generates a file but does not cover critical aspects such as file overwriting behavior, error handling, permissions required for saving to 'output_path', or what happens if the path is invalid. This is inadequate for a tool that creates files.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without redundancy. It is appropriately sized and front-loaded, with no wasted words, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of file generation with no annotations or output schema, the description is incomplete. It lacks information on behavioral traits (e.g., file creation/overwrite rules), error conditions, and output details, which are essential for safe and effective tool invocation in a testing context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, providing clear details for all 4 parameters. The description adds no additional semantic context beyond implying Gherkin syntax usage, which is already covered in the schema. This meets the baseline of 3 when schema coverage is high.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Generate WDIO feature file with Gherkin syntax (Given, When, Then)'. It specifies the verb ('Generate'), resource ('WDIO feature file'), and syntax format ('Gherkin syntax'), but does not explicitly differentiate it from sibling tools like 'generate_component_file' or 'generate_page_file', which prevents a score of 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention sibling tools like 'generate_steps_file' or 'process_test_scenario', nor does it specify prerequisites, exclusions, or contexts for usage, leaving the agent with insufficient direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

generate_page_fileC

Generate WDIO page object file with general functions and element selectors

ParametersJSON Schema
NameRequiredDescriptionDefault
scenario_titleYesTitle of the test scenario
selectorsYesSelectors for each UI element
page_functionsNoList of page functions needed
output_pathYesPath where the page file should be saved

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It mentions generating a file but doesn't disclose behavioral traits such as file overwriting behavior, error handling, required permissions, or output format. For a file generation tool with zero annotation coverage, this leaves significant gaps in understanding how it operates.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core purpose. Every word earns its place with no redundancy or unnecessary elaboration, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations, no output schema, and a tool that generates files (a potentially complex operation), the description is incomplete. It doesn't cover what the generated file contains beyond 'general functions and element selectors', error conditions, or how it integrates with other tools like 'process_test_scenario'. More context is needed for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 4 parameters thoroughly. The description adds no additional meaning beyond what's in the schema (e.g., it doesn't explain how 'selectors' should be structured or what 'page_functions' entail). Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates a WDIO page object file with functions and selectors, providing specific verb ('generate') and resource ('WDIO page object file'). It distinguishes from some siblings like 'generate_feature_file' or 'generate_steps_file' by specifying the file type, but doesn't explicitly differentiate from 'generate_component_file' which might be similar.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives like 'generate_component_file' or 'process_test_scenario'. The description implies usage for WDIO test automation but doesn't specify prerequisites, dependencies, or context for choosing this over other code generation tools in the sibling list.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

generate_steps_fileB

Generate WDIO step definitions file with functions to execute Gherkin syntax

ParametersJSON Schema
NameRequiredDescriptionDefault
scenario_titleYesTitle of the test scenario
gherkin_syntaxYesGherkin syntax to generate steps for
selectorsNoSelectors for UI elements
existing_stepsNoList of existing step functions to reuse
output_pathYesPath where the steps file should be saved

TDQS

B3.1/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions generating a file but doesn't specify whether this is a read-only or write operation, what happens if the file already exists, or any performance or error-handling traits. For a tool that likely creates files, this lack of detail on mutation behavior and potential side effects is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core purpose without unnecessary words. Every part earns its place by clearly stating the tool's function, making it highly concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 parameters, nested objects, no output schema) and lack of annotations, the description is minimally adequate. It covers the basic purpose but lacks details on behavioral traits, output format, or integration with sibling tools. Without annotations or output schema, more context on what the generated file contains or how it's used would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 5 parameters thoroughly. The description adds no additional meaning beyond what's in the schema, such as explaining how parameters interact (e.g., how 'gherkin_syntax' relates to 'selectors'). Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Generate WDIO step definitions file with functions to execute Gherkin syntax.' It specifies the verb ('generate'), resource ('WDIO step definitions file'), and target ('functions to execute Gherkin syntax'). However, it doesn't explicitly differentiate from sibling tools like 'generate_feature_file' or 'process_test_scenario', which prevents a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, such as needing Gherkin syntax input, or when to choose this over sibling tools like 'generate_feature_file' for feature creation or 'process_test_scenario' for broader test handling. Usage is implied but not explicitly stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

process_test_scenarioB

Process a test scenario provided directly by the user and generate complete WDIO test files

ParametersJSON Schema
NameRequiredDescriptionDefault
scenario_titleYesTitle of the test scenario
tagsNoTest ID tags for the scenario (e.g., ["@login", "@smoke", "@TEST-001"])
gherkin_syntaxYesComplete Gherkin syntax with Given/When/Then steps
selectorsYesUI element selectors as key-value pairs (e.g., {"usernameInput": "#username", "loginButton": "[data-testid=login-btn]"})
data_itemsNoTest data items and configurations (optional)
output_directoryYesBase directory where all generated files should be saved
repo_pathNoPath to existing repository for pattern analysis (optional)

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but only states what the tool does, not how it behaves. It doesn't disclose whether this is a read-only operation, what happens to existing files, error handling, performance characteristics, or what 'complete WDIO test files' entails. For a tool with 7 parameters and file generation, this is inadequate behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that efficiently communicates the core functionality without any wasted words. It's front-loaded with the main action and outcome, making it immediately understandable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex tool with 7 parameters, nested objects, file generation, and no output schema or annotations, the description is insufficient. It doesn't explain what 'complete WDIO test files' means, what format they're in, whether this overwrites existing files, or what the expected output looks like. The agent would need to guess about the tool's behavior and results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so all parameters are documented in the schema itself. The description doesn't add any additional meaning about parameter usage, relationships, or constraints beyond what's already in the schema. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('process a test scenario') and the output ('generate complete WDIO test files'), distinguishing it from sibling tools that focus on individual file generation or analysis. It explicitly mentions the resource being processed (test scenario) and the transformation performed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus its siblings like generate_feature_file or generate_steps_file. It doesn't mention prerequisites, alternatives, or exclusions, leaving the agent to infer usage from the tool name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

review_and_enhance_codeC

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

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

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions 'enhance' (implying mutation) and lists enhancement types, but doesn't describe what happens during enhancement (e.g., whether it modifies files in-place, creates backups, requires user confirmation, or has side effects like adding dependencies). For a mutation tool with zero annotation coverage, this lacks critical behavioral details like safety, permissions, or output format.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core action ('Review generated code and enhance it') followed by specific enhancement areas. There's no wasted verbiage or redundancy. However, it could be slightly more structured by separating purpose from enhancement list for clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (code review and enhancement with 3 parameters), lack of annotations, and no output schema, the description is incomplete. It doesn't cover behavioral aspects (e.g., how enhancements are applied), error handling, or what the tool returns (e.g., success status, modified code snippets). For a mutation tool without structured safety hints, more context is needed to guide safe and effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all three parameters (file_paths, review_criteria, repo_path) with descriptions and constraints. The description adds no additional parameter semantics beyond what's in the schemaβ€”it doesn't explain the meaning of review criteria like 'pom' or 'existing_steps' in more depth. Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Review generated code and enhance it with improvements, documentation, validation, POM patterns, and reusable functions.' This specifies the verb (review and enhance) and resource (generated code) with concrete enhancement areas. However, it doesn't explicitly differentiate from sibling tools like 'analyze_repository_patterns' or 'generate_*' files, which might have overlapping code analysis functions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., that code must be generated first), exclusions (e.g., not for raw code creation), or comparisons to siblings like 'analyze_repository_patterns' (which might focus on patterns rather than enhancements) or 'generate_*' tools (which create rather than review). Usage is implied but not explicitly defined.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updates
    • First observedanalyze_repository_patterns
    • First observedgenerate_component_file
    • First observedgenerate_feature_file
    • First observedgenerate_page_file
    • First observedgenerate_steps_file
    • First observedprocess_test_scenario
    • First observedreview_and_enhance_code

TDQS

B3.3/5.0
Disambiguation4/5

Most tools have distinct purposes targeting different file types or stages in the test automation workflow. However, 'process_test_scenario' could overlap with the individual file generation tools, as it generates complete WDIO test files which might include components the other tools create separately. The descriptions help clarify but some ambiguity remains.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, using clear action verbs like 'analyze', 'generate', 'process', and 'review'. The naming is predictable and readable throughout the set, with no deviations in style or convention.

Tool Count5/5

With 7 tools, this server is well-scoped for generating WDIO automation scripts. Each tool serves a specific role in the workflow, from analysis to file generation and enhancement, making the count appropriate and efficient for the domain without being overwhelming or insufficient.

Completeness4/5

The tool set covers the core lifecycle of test automation generation, including analysis, file creation for components, features, pages, and steps, processing scenarios, and code review. A minor gap exists in lacking explicit tools for updating or deleting generated files, but agents can work around this by regenerating or using the review tool for modifications.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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