Skip to main content
Glama

Automation Script Generator MCP Server

generate_component_file

Create a component file with a structured collection of data items for test scenarios, ensuring efficient file management by saving to a specified output path. Ideal for automating WDIO test suite generation.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "data_items": { "description": "Collection of data items for the component", "type": "object" }, "output_path": { "description": "Path where the component file should be saved", "minLength": 1, "type": "string" }, "scenario_title": { "description": "Title of the test scenario", "minLength": 1, "type": "string" } }, "required": [ "scenario_title", "data_items", "output_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