search_for_steps
Discover supported Gherkin step vocabulary for qa-mcp. Filter steps by keywords to retrieve canonical phrasing, examples, and categories, ensuring features match what transpile and run_scenario execute.
Instructions
Discover the supported Gherkin step vocabulary. Returns the qa-mcp step library: each recognized step's
canonical phrasing, a concrete example, its native Step kind, category (read | action | navigation) and a
description, optionally filtered by keywords (each whitespace-separated token must appear, case-insensitive;
empty returns all). The library is derived from the transpiler's STEP_PATTERNS, so it exactly matches what
transpile / run_scenario execute. Use it to author features for qa-mcp; transpile then flags any
unmapped lines. Returns {count, total, steps:[{phrase, example, kind, category, description}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||