generate_test_cases
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
declared in 1.0.0
Generate a set of test cases (valid, edge, invalid) for a given feature description. Returns test matrix with Gherkin scenarios ready to use.
Parameters schema
{
"type": "object",
"required": [
"feature"
],
"properties": {
"inputs": {
"type": "string",
"description": "Optional: list of input parameters (one per line, e.g. \"email: string [required]\")"
},
"feature": {
"type": "string",
"description": "Feature or function to test. Be specific: describe inputs, expected behaviour, context."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries