Skip to main content
Glama
seenws

spotify-mcp

by seenws

Search tracks

search_tracks

Search Spotify for a specific track and get its URI for playlist building. Use artist, title, year, or genre filters to pinpoint the exact match.

Instructions

Find tracks on Spotify and get their URIs. This is how you turn an artist/title you have in mind into something you can add to a playlist. Supports Spotify query syntax: artist:Portishead, year:1990-1999, genre:trip-hop, album:Dummy, and quoted phrases. Search one track at a time for precision. Spotify's recommendation and audio-feature endpoints no longer exist for this app. Pick the music yourself from your own knowledge, then use search_tracks to resolve each pick to a URI. Use get_my_taste to ground picks in what this user actually listens to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesSearch query, e.g. `artist:Massive Attack Teardrop`
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden and discloses key behavioral quirks: Spotify query syntax, the non-existence of related endpoints, and the intended usage pattern. It doesn't cover rate limiting or auth, but provides strong context for safe invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Purpose is front-loaded and each sentence adds value, though slightly verbose. The description efficiently packs syntax, alternatives, and constraints without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-param tool with no output schema, it explains the return (URIs), query syntax, and how to combine with get_my_taste. It doesn't detail response structure or error cases, but those are less critical here.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers one of two params (query) and description adds query syntax detail beyond the schema. The limit param is left undocumented in both schema and description, so while query semantics are enriched, the coverage gap holds the score at mid-level.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific action ('Find tracks on Spotify and get their URIs') with a clear resource and outcome. The description also explains the tool's role in the workflow, distinguishing it from playlist management siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs when to use it ('turn an artist/title into a URI') and when not to: it disclaims recommendation and audio-feature endpoints no longer exist and directs the agent to use get_my_taste for grounding. It also advises searching one track at a time.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seenws/spotify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server