batch_search_tracks
Search multiple Spotify tracks at once and receive confidence scores to categorize matches: HIGH, MEDIUM, LOW, or NOT FOUND.
Instructions
Search for multiple tracks with confidence scoring.
Categorizes results:
HIGH (>= 90%): Safe to auto-add
MEDIUM (70-89%): Should review
LOW (< 70%): Needs attention
NOT FOUND: No results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| songs | Yes | List of {"title": "...", "artist": "..."} dicts | |
| delay_seconds | No | Delay between API calls (default 0.2s for rate limiting) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||