We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pentafive/your-spotify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•292 B
/**
* Tier 4: Your Spotify Management Tools
*
* Write operations for Your Spotify account settings and sharing.
*/
export * from './update-user-settings.js';
export * from './rename-account.js';
export * from './generate-public-share-link.js';
export * from './revoke-public-access.js';