Skip to main content
Glama

Search

search
Read-onlyIdempotent

Search the Spotify catalog. type = comma-separated of album, artist, playlist, track, show, episode, audiobook. Returns matched items in named sections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoComma-separated types (default "track")
limitNo1-50 (default 20)
queryYesSearch query
marketNoISO 3166-1 alpha-2 market code (e.g., "US")
offsetNo0-1000 (default 0)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
showsNo
albumsNo
tracksNo
artistsNo
episodesNo
playlistsNo
audiobooksNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "query": "The Weeknd"
      +  },
      +  {
      +    "limit": 10,
      +    "market": "US",
      +    "query": "Blinding Lights",
      +    "type": "track"
      +  }
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "description": "Search results from Spotify catalog with named sections for each type",
      +  "properties": {
      +    "albums": {
      +      "properties": {
      +        "href": {
      +          "description": "API endpoint for this section",
      +          "type": "string"
      +        },
      +        "items": {
      +          "items": {
      +            "properties": {
      +              "artists": {
      +                "items": {
      +                  "properties": {
      +                    "id": {
      +                      "description": "Artist ID",
      +                      "type": "string"
      +                    },
      +                    "name": {
      +                      "description": "Artist name",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "id": {
      +                "description": "Album ID",
      +                "type": "string"
      +              },
      +              "name": {
      +                "description": "Album name",
      +                "type": "string"
      +              },
      +              "release_date": {
      +                "description": "Release date (YYYY-MM-DD)",
      +                "type": "string"
      +              },
      +              "total_tracks": {
      +                "description": "Number of tracks",
      +                "type": "number"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "limit": {
      +          "description": "Requested limit",
      +          "type": "number"
      +        },
      +        "offset": {
      +          "description": "Offset in results",
      +          "type": "number"
      +        },
      +        "total": {
      +          "description": "Total matching albums",
      +          "type": "number"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "artists": {
      +      "properties": {
      +        "href": {
      +          "description": "API endpoint for this section",
      +          "type": "string"
      +        },
      +        "items": {
      +          "items": {
      +            "properties": {
      +              "followers": {
      +                "properties": {
      +                  "total": {
      +                    "description": "Total followers",
      +                    "type": "number"
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "genres": {
      +                "description": "Genre tags",
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              },
      +              "id": {
      +                "description": "Artist ID",
      +                "type": "string"
      +              },
      +              "name": {
      +                "description": "Artist name",
      +                "type": "string"
      +              },
      +              "popularity": {
      +                "description": "Popularity 0-100",
      +                "type": "number"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "limit": {
      +          "description": "Requested limit",
      +          "type": "number"
      +        },
      +        "offset": {
      +          "description": "Offset in results",
      +          "type": "number"
      +        },
      +        "total": {
      +          "description": "Total matching artists",
      +          "type": "number"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "audiobooks": {
      +      "properties": {
      +        "href": {
      +          "description": "API endpoint for this section",
      +          "type": "string"
      +        },
      +        "items": {
      +          "items": {
      +            "properties": {
      +              "authors": {
      +                "items": {
      +                  "properties": {
      +                    "name": {
      +                      "description": "Author name",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "id": {
      +                "description": "Audiobook ID",
      +                "type": "string"
      +              },
      +              "name": {
      +                "description": "Audiobook name",
      +                "type": "string"
      +              },
      +              "total_chapters": {
      +                "description": "Total chapters",
      +                "type": "number"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "limit": {
      +          "description": "Requested limit",
      +          "type": "number"
      +        },
      +        "offset": {
      +          "description": "Offset in results",
      +          "type": "number"
      +        },
      +        "total": {
      +          "description": "Total matching audiobooks",
      +          "type": "number"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "episodes": {
      +      "properties": {
      +        "href": {
      +          "description": "API endpoint for this section",
      +          "type": "string"
      +        },
      +        "items": {
      +          "items": {
      +            "properties": {
      +              "duration_ms": {
      +                "description": "Duration in milliseconds",
      +                "type": "number"
      +              },
      +              "id": {
      +                "description": "Episode ID",
      +                "type": "string"
      +              },
      +              "name": {
      +                "description": "Episode name",
      +                "type": "string"
      +              },
      +              "release_date": {
      +                "description": "Release date",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "limit": {
      +          "description": "Requested limit",
      +          "type": "number"
      +        },
      +        "offset": {
      +          "description": "Offset in results",
      +          "type": "number"
      +        },
      +        "total": {
      +          "description": "Total matching episodes",
      +          "type": "number"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "playlists": {
      +      "properties": {
      +        "href": {
      +          "description": "API endpoint for this section",
      +          "type": "string"
      +        },
      +        "items": {
      +          "items": {
      +            "properties": {
      +              "id": {
      +                "description": "Playlist ID",
      +                "type": "string"
      +              },
      +              "name": {
      +                "description": "Playlist name",
      +                "type": "string"
      +              },
      +              "owner": {
      +                "properties": {
      +                  "display_name": {
      +                    "description": "Owner name",
      +                    "type": "string"
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "public": {
      +                "description": "Public status",
      +                "type": "boolean"
      +              },
      +              "tracks": {
      +                "properties": {
      +                  "total": {
      +                    "description": "Total tracks in playlist",
      +                    "type": "number"
      +                  }
      +                },
      +                "type": "object"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "limit": {
      +          "description": "Requested limit",
      +          "type": "number"
      +        },
      +        "offset": {
      +          "description": "Offset in results",
      +          "type": "number"
      +        },
      +        "total": {
      +          "description": "Total matching playlists",
      +          "type": "number"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "shows": {
      +      "properties": {
      +        "href": {
      +          "description": "API endpoint for this section",
      +          "type": "string"
      +        },
      +        "items": {
      +          "items": {
      +            "properties": {
      +              "id": {
      +                "description": "Show ID",
      +                "type": "string"
      +              },
      +              "name": {
      +                "description": "Show name",
      +                "type": "string"
      +              },
      +              "publisher": {
      +                "description": "Publisher name",
      +                "type": "string"
      +              },
      +              "total_episodes": {
      +                "description": "Total episodes",
      +                "type": "number"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "limit": {
      +          "description": "Requested limit",
      +          "type": "number"
      +        },
      +        "offset": {
      +          "description": "Offset in results",
      +          "type": "number"
      +        },
      +        "total": {
      +          "description": "Total matching shows",
      +          "type": "number"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "tracks": {
      +      "properties": {
      +        "href": {
      +          "description": "API endpoint for this section",
      +          "type": "string"
      +        },
      +        "items": {
      +          "items": {
      +            "properties": {
      +              "album": {
      +                "properties": {
      +                  "id": {
      +                    "description": "Album ID",
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "description": "Album name",
      +                    "type": "string"
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "artists": {
      +                "items": {
      +                  "properties": {
      +                    "id": {
      +                      "description": "Artist ID",
      +                      "type": "string"
      +                    },
      +                    "name": {
      +                      "description": "Artist name",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "duration_ms": {
      +                "description": "Duration in milliseconds",
      +                "type": "number"
      +              },
      +              "id": {
      +                "description": "Track ID",
      +                "type": "string"
      +              },
      +              "name": {
      +                "description": "Track name",
      +                "type": "string"
      +              },
      +              "popularity": {
      +                "description": "Popularity 0-100",
      +                "type": "number"
      +              },
      +              "preview_url": {
      +                "description": "30s preview URL or null",
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "limit": {
      +          "description": "Requested limit",
      +          "type": "number"
      +        },
      +        "offset": {
      +          "description": "Offset in results",
      +          "type": "number"
      +        },
      +        "total": {
      +          "description": "Total matching tracks",
      +          "type": "number"
      +        }
      +      },
      +      "type": "object"
      +    }
      +  },
      +  "type": "object"
      +}
  2. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds some context (supported types and named sections in results), but does not disclose rate limits, auth requirements, or pagination details. This is adequate but not rich.

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

Conciseness5/5

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

The description is extremely concise, with three short sentences front-loaded with purpose. Every piece of information earns its place, with no redundant or filler content.

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?

Given the tool's moderate complexity (5 params, output schema present, annotations provided), the description is sufficient. It covers the core behavior and type semantics, while schema and annotations handle the rest. Some usage guidance is missing but not critical for this tool.

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

Parameters4/5

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

Schema description coverage is 100%, providing baseline 3. The description adds value by enumerating valid type values (album, artist, playlist, track, show, episode, audiobook) which are not fully listed in the schema property, and clarifies the return structure as named sections.

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

Purpose4/5

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

The description clearly states the tool searches the Spotify catalog, with a specific verb and resource. It mentions the type parameter and return behavior, but does not explicitly contrast with sibling tools like search_within, so it lacks full differentiation.

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

Usage Guidelines3/5

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

The description implies usage as a general catalog search by naming the catalog and supported item types, but provides no explicit guidance on when to use this tool versus alternatives (e.g., search_within) or any exclusion criteria.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation1/5

The tool set is a chaotic mix of Spotify music tools and an extensive Pipeworx data querying system, with no clear separation. Tools like 'ask_pipeworx', 'ask_pipeworx_grounded', and 'deep_research' have overlapping querying purposes, while unrelated tools from prediction markets and company research further muddy the boundaries. An agent would struggle to distinguish which tool to use for a given task.

Naming Consistency2/5

Naming conventions are inconsistent: Spotify tools follow a verb_noun pattern (e.g., 'get_album', 'search'), while Pipeworx tools use descriptive phrases (e.g., 'ask_pipeworx', 'bet_research'). Additionally, some tools have vague names like 'process' or 'run' that could apply to anything. The lack of a unified naming scheme makes the set feel disjointed.

Tool Count2/5

With 36 tools, the count is high, but the server name 'Spotify' implies a focused music service. The majority of tools are unrelated to Spotify (e.g., Pipeworx queries, Polymarket bets, dependency scanning), making the tool count feel inflated and inappropriate for the stated domain. A more focused set would be far more coherent.

Completeness1/5

If this is a Spotify server, it is severely incomplete: it lacks playlist management, user actions, and recommendation features beyond top tracks. The inclusion of dozens of unrelated tools (financial data, prediction markets, package analysis) suggests the server has no clear purpose, leaving it neither complete for Spotify nor for any other single domain.