Skip to main content
Glama

statsfm_charts_albums

Retrieve a user's all-time top albums with movement indicators from statsfm.

Instructions

All-time chart of a user's top albums with movement indicators

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo1–100. Default: 20
offsetNoStart position (0-based). Default: 0
user_idYesstats.fm user id or customId (e.g. "martijn")
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.29.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It implies a read-only chart operation, but it does not explicitly state that the tool has no side effects, that the target user's stats need to be public, or what data the movement indicators actually represent.

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?

The description is a single efficient sentence with the core intent front-loaded. It is not padded with trivia, though it is concise to the point of omitting useful usage or output context.

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

Completeness3/5

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

This is a fairly simple, read-only chart tool with all schema fields documented, so the description is minimally sufficient for basic invocation. However, there is no output schema and the description does not define what the returned chart or movement indicators look like, which leaves some ambiguity for an agent choosing or parsing the result.

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 are already well documented. The description adds light context by clarifying that the tool concerns a user's all-time album chart, but it does not add meaningful detail beyond the schema for parameters like limit, offset, max_results, or response_format.

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 identifies a specific resource (a user's all-time top albums) and a distinguishing feature (movement indicators), which helps separate it from similar siblings like statsfm_charts_tracks and statsfm_charts_artists. It lacks an explicit verb like 'list' or 'fetch', but 'chart of a user's top albums' is still readily interpretable.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as statsfm_top_albums, statsfm_album_stats, or statsfm_charts_artists. The description implies usage through its wording but provides no exclusions, prerequisites, or alternative routing.

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

Deploy Server

Other Tools