Skip to main content
Glama

Taste Rediscovery Recommendations

spotify_taste_recommendations
Read-onlyIdempotent

Create local rediscovery recommendations from top tracks, recent plays, and a Liked Songs sample. Deterministic curation, not Spotify personalization.

Instructions

Build deterministic local rediscovery suggestions from top tracks, recent plays, and a stratified Liked Songs sample. This is local curation, not Spotify personalization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tracksYes
curationNolocal-deterministic
warningsYes
returned_countYes
schema_versionNo
requested_limitYes
strategy_versionNolocal-deterministic-v1
source_signal_coverageYes
is_spotify_recommendationNo
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds value by explaining the deterministic nature and clarifying this is local curation, not Spotify personalization. It does not contradict annotations.

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?

Two concise sentences with a clear front-loaded action and a clarifying note. No redundant information; every word earns its place.

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?

With an output schema present and rich annotations, the description sufficiently covers the tool's inputs (optional limit) and behavior (sources, determinism). It lacks explicit prerequisites (e.g., whether Liked Songs sample can be empty), but this is a minor gap given the simple 1-parameter tool.

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

Parameters2/5

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

The schema has 0% description coverage, and the description does not mention the 'limit' parameter at all. While the schema provides type and constraints, the description fails to explain how 'limit' applies to the output. Since coverage is low, the description should compensate but does not.

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?

The description uses a specific verb ('Build') and clearly states the resource ('deterministic local rediscovery suggestions') and data sources (top tracks, recent plays, stratified Liked Songs sample). It also distinguishes from 'Spotify personalization', making the tool's unique scope clear among siblings.

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

Usage Guidelines4/5

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

The description provides clear context: this is for local, deterministic rediscovery rather than Spotify's personalization. However, it does not explicitly name alternative tools or state when not to use it, so it stops short of a full usage guideline.

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

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/martin-gomola/spotify-mcp'

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