Skip to main content
Glama

statsfm_artist_stats

Fetch total stream counts for a specific artist from a user's library, with optional limit and response format.

Instructions

Stream totals for one artist within a user library

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo1–100. Default: 50
user_idYesstats.fm user id or customId (e.g. "martijn")
artist_idYesstats.fm artist id
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

A3.5/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 only says 'Stream totals' without explaining aggregation window, output shape, pagination, or whether totals are lifetime or filtered, leaving important behavior unspecified.

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 a single, front-loaded sentence with no wasted words or duplication of schema information. It conveys the core purpose efficiently.

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?

The description and schema together communicate the essential operation and required identifiers. However, without an output schema or annotations, the description does not clarify what 'totals' includes (e.g., plays, minutes) or how response_format changes the result shape, leaving some ambiguity.

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?

The input schema fully documents all four parameters, including defaults, ranges, and the response_format enum. The description adds no additional parameter-level meaning, which is acceptable given the schema coverage baseline.

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 identifies the tool's purpose: retrieving stream totals for a single artist within a user's library. It is specific enough to distinguish from related sibling tools like statsfm_track_stats or statsfm_album_stats, though it does not explicitly name those alternatives.

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 phrase 'within a user library' establishes clear context for when the tool is appropriate. It does not state exclusion criteria or name alternative tools from the large statsfm sibling set, so it stops short of full routing guidance.

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