spotify_query_library
Search your synced Spotify library with filters like artist, playlist, date range, and source to find matching tracks with URIs.
Instructions
Query your synced library with filters. Returns matching tracks with URIs.
All filters are combined with AND logic. All text matching is case-insensitive and supports partial matches.
Args: artists: Filter by artist names (partial match, case-insensitive). playlist_name: Filter to tracks from a specific playlist (partial match). added_after: Only tracks added after this date (YYYY-MM-DD). added_before: Only tracks added before this date (YYYY-MM-DD). source: "liked", "playlists", or "all" (default "all"). track_name: Filter by track name (partial match). album_name: Filter by album name (partial match). limit: Max results (default 200, max 500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artists | No | ||
| playlist_name | No | ||
| added_after | No | ||
| added_before | No | ||
| source | No | all | |
| track_name | No | ||
| album_name | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |