Skip to main content
Glama

sumo_qa_find_test_data

Read-onlyIdempotent

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

TableJSON Schema
NameRequiredDescriptionDefault
environmentNo
domainNo
scenario_tagsNoScenario tags to match against catalogue entries.
known_valid_forNoUse-case labels the entry has been validated for.
product_idNo
skuNo
limitNo
offsetNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sumithr/sumo-qa'

If you have feedback or need assistance with the MCP directory API, please join our Discord server