suggest_test_cases
Generate structured test case ideas from a feature description, with titles, steps, and priorities, as a project-aware starting point to refine and persist.
Instructions
Return template-based test case scaffolding for a feature description: structured ideas with titles, steps and priorities. This is pattern matching, not model output. Use it as a project-aware starting point, refine it yourself, then persist the result with create_test_case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testType | No | Type of test cases to suggest | all |
| projectId | Yes | Project UUID for context (uses project settings for status/priority values) | |
| maxSuggestions | No | Maximum number of test case suggestions | |
| featureDescription | Yes | Description of the feature to generate test cases for. Be specific about functionality, user flows, and edge cases. |