[PR #31] implement limit parameter on get tracks #35

Open
opened 2026-02-28 15:42:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/varunneal/spotify-mcp/pull/31
Author: @jrayback
Created: 7/30/2025
Status: 🔄 Open

Base: mainHead: jrayback_250718_fix-get-tracks-limit-offset


📝 Commits (1)

  • 9248015 implement limit parameter on get tracks

📊 Changes

2 files changed (+45 additions, -6 deletions)

View changed files

📝 src/spotify_mcp/server.py (+5 -1)
📝 src/spotify_mcp/spotify_api.py (+40 -5)

📄 Description

get tracks now takes a limit parameter and gets paginated results so that a full track list (beyond 100 songs) can be retrieved.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/varunneal/spotify-mcp/pull/31 **Author:** [@jrayback](https://github.com/jrayback) **Created:** 7/30/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `jrayback_250718_fix-get-tracks-limit-offset` --- ### 📝 Commits (1) - [`9248015`](https://github.com/varunneal/spotify-mcp/commit/92480156dbf7a56d556af1a4a5fa0afd6b393ef6) implement limit parameter on get tracks ### 📊 Changes **2 files changed** (+45 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/spotify_mcp/server.py` (+5 -1) 📝 `src/spotify_mcp/spotify_api.py` (+40 -5) </details> ### 📄 Description get tracks now takes a limit parameter and gets paginated results so that a full track list (beyond 100 songs) can be retrieved. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-mcp-varunneal#35
No description provided.