Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| parse_decision_table | Parse a decision table from CSV, JSON, or Markdown format and generate test case specifications |
| get_web_test_guidance | Get guidance and example steps for planning web tests. Returns structured information to help Claude plan test steps for a web application flow. |
| execute_web_test | Execute predefined web test steps using Playwright. Takes a test case and specific steps to execute. |
| get_api_test_guidance | Get guidance and example steps for planning API tests. Returns structured information to help Claude plan API test steps. |
| execute_api_test | Execute predefined API test steps. Takes a test case and specific API steps to execute. |
| generate_test_code | Generate executable test code (Playwright or API tests) from test cases and steps |
| run_generated_tests | Execute generated tests and return results |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |