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_document | Read a PDF or DOCX and return plain text. |
| export_scenarios | Save generated test scenarios into a JSON file and store in memory. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| test_scenario_prompt | Provide a prompt for generating structured test scenarios from user stories. This prompt is used to convert user stories with acceptance criteria into structured test scenarios. The output is expected to be a JSON object with user story details, acceptance criteria, and corresponding test scenarios. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_parsed_documents | List all parsed documents and their text. |
| get_exported_scenarios | List all exported scenario files and their contents. |