sumo_qa_find_test_data
Search the local test data catalogue to find known-good entries matching a scenario, with optional scenario tags and validation for narrowing results.
Instructions
Search the local known-good test data catalogue for entries that match a scenario.
Returns: ranked matches with confidence, freshness, and suitability
reasons. Reads the local YAML catalogue under knowledge/test_data/
only; no external lookups. Optional scenario_tags and known_valid_for
narrow the search.
Pagination: pass offset to skip the first N matches, and read
total_count, has_more, and next_offset on the response to walk
pages. When has_more is false, next_offset is null.
Common natural-language phrasings that map to this tool: "find me test data for X", "do we have a known-good record for X", "give me an account / fixture / record that does X", "is there a fixture for X", "what test data is available for X".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | ||
| limit | No | ||
| domain | No | ||
| offset | No | ||
| product_id | No | ||
| environment | No | ||
| scenario_tags | No | Scenario tags to match against catalogue entries. | |
| known_valid_for | No | Use-case labels the entry has been validated for. |