List QE blueprints
list_qe_blueprintsBrowse the Quality Engineering blueprint catalog, organized by STLC stage, to find blueprints for QE tasks. Returns titles and summaries as a catalog index.
Instructions
Browse the agentic-qe Quality Engineering blueprint catalog, organized by STLC stage. Each blueprint describes how to build one piece of QE capability (test-coverage analysis, flaky-test debugging, and so on); use this to find the blueprint that fits a QE task, then read its uri for the instructions. Returns titles and one-line summaries only — it is a catalog index, not the blueprint content. The stage argument enumerates the valid stages. Read-only and idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | No | Restrict results to a single STLC stage. Omit to return the whole catalog, which is small enough to scan in one call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprints | Yes | Matching blueprints, ordered by stage then id. Empty only when a stage filter matched nothing; an unfiltered call that finds nothing is reported as an error instead, since that means the catalog failed to load. |