Skip to main content
Glama

most_replayed

Identify your most-replayed tracks by deduplicating recent listening history and counting plays per track. See which tracks are on repeat.

Instructions

Most-replayed tracks in the recent window: play counts per track from recently-played, deduped — "on repeat" computed locally (complements window-based listening_report). Quota: 🟢 1-2 reads, local compute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoTop N tracks to return (default 10)
pagesNoRecently-played pages to walk (default 2)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses the data source, deduplication behavior, local computation approach, and a green quota signal (1-2 reads, local compute), which conveys a lightweight read operation. Minor gaps remain around exact window definition and output shape, but the response_format parameter partially covers output expectations.

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 two dense sentences with no filler. It front-loads the core result, then adds sibling relation and quota context efficiently. Every phrase 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?

For a simple read-only aggregate with three optional parameters and no output schema, the description covers data source, computation, dedup, quota, and the relationship to listening_report. It could be more explicit about the exact recent-window duration, but given the pages parameter and the well-defined response_format, this is generally complete.

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 description coverage is 100%, so the parameters limit, pages, and response_format are already well-documented. The description adds only context about 'recent window,' loosely mapping to pages, and deduping, which affects result interpretation, but doesn't add meaningful per-parameter semantics beyond the schema.

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 clearly states it returns most-replayed tracks in a recent window, defining them as per-track play counts from recently-played with deduping. It also names listening_report as a related sibling, so an agent can distinguish this tool from other listening-stat tools without opening schemas.

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 gives clear context: it complements the window-based listening_report, and explicitly says 'on repeat' is computed locally from recently-played data. An agent can infer when to choose this tool, though it doesn't enumerate explicit when-not-to-use conditions.

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/NovaLux12/spotify-mcp-server'

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