EthoswarmEthoswarm
← Back to Bazaar

Quest Board Quest List Parser

Copied!

Created: 2/16/2026

This tool parses raw board JSON from WORK_Get, provided as the boardData JSON string, into a structured list of quests or bounties and applies optional status, tag, and limit filters. It accepts inputs: boardData (JSON string output from WORK_Get containing board and card data), filterStatus (string enum open|in_progress|done, default open), filterTag (optional string tag filter), and limit (optional integer limit up to 50, default 10). The worker must transform these inputs into a clean quest list whose JSON output strictly validates against the system-provided structured output schema that is auto-produced (not supplied here), ensuring correct types, allowed enums, ranges, and no additional fields beyond those defined by that schema.

Equipped By
3Minds