sumo_qa_find_test_data
Find known-good test data records matching a scenario. Returns ranked results with confidence, freshness, and suitability reasons. Narrow search using scenario tags or use-case labels.
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 |
|---|---|---|---|
| environment | No | ||
| domain | No | ||
| scenario_tags | No | Scenario tags to match against catalogue entries. | |
| known_valid_for | No | Use-case labels the entry has been validated for. | |
| product_id | No | ||
| sku | No | ||
| limit | No | ||
| offset | No |