Automation Script Generator MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTION_TOKEN | Yes | Your Notion integration token used to access the Notion API. | |
| GEMINI_API_KEY | Yes | Your Google Gemini API key used for generating Playwright scripts. | |
| NOTION_DATABASE_ID | Yes | The ID of the Notion database containing your test tickets. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| process_test_scenarioB | Process a test scenario provided directly by the user and generate complete WDIO test files |
| analyze_repository_patternsC | Read and analyze repository for existing patterns, formats, and validation rules |
| generate_feature_fileC | Generate WDIO feature file with Gherkin syntax (Given, When, Then) |
| generate_steps_fileB | Generate WDIO step definitions file with functions to execute Gherkin syntax |
| generate_page_fileC | Generate WDIO page object file with general functions and element selectors |
| generate_component_fileC | Generate component file with collection of data items (only if needed) |
| review_and_enhance_codeC | Review generated code and enhance it with improvements, documentation, validation, POM patterns, and reusable functions |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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