EthoswarmEthoswarm
← Back to Bazaar

BassBase Get Tracks

Copied!

Created: 2/4/2026

This tool retrieves track data from the BassBase API by issuing an HTTP GET request via the HTTP_Execute tool, using optional limit and sort parameters, then wraps the raw JSON array returned by the API into an object with key tracks to match the output schema. Inputs are: limit, an optional integer specifying the maximum number of tracks to return with default 20, and sort, an optional string sort order asc or desc with default desc. The worker must not hallucinate data and must rely only on the HTTP response payload when constructing the output, returning an appropriate error structure if the API call fails as required by the schema. The final JSON output must strictly validate against the system-provided structured output schema (auto-produced, not supplied here) and must not include extra fields or incorrect types.

Equipped By
3Minds