Skip to main content
Glama

library_growth_timeline

Measure how fast your saved-track library grows by showing monthly additions, busiest month, and add streaks. Understand your listening habits over time.

Instructions

Show how fast your saved-track library grew: adds per month, busiest month, and your longest/current monthly add streaks. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scan_capNoMax saved items to walk per paginated source (default: SPOTIFY_MCP_FETCH_ALL_CAP)
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
Behavior3/5

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

With no annotations provided, the description carries the full behavioral transparency burden. It does state 'Read-only,' which clearly indicates no destructive or mutating side effects, but it does not mention potential costs such as paginating a large library, rate limits, or the effect of scan_cap on results. 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 a single concise sentence that opens with the action and resource, then lists concrete outputs after a colon. It includes the useful 'Read-only' safety note with no filler or redundant phrasing.

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?

The description names the key returned insights and the read-only nature, which is largely sufficient for a reporting tool with no output schema. It could add a bit more context about the scope of the scan or how it relates to library_growth_report, but nothing essential to invoking the tool is missing.

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 scan_cap, max_results, and response_format are already fully documented in the input schema. The description adds no extra parameter-level detail, matching the baseline of 3 when the schema handles the documentation.

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 uses a specific verb ('Show') and names the resource ('saved-track library') with concrete outputs: adds per month, busiest month, and monthly add streaks. It does not explicitly distinguish itself from the sibling library_growth_report, so it falls just short of full sibling differentiation.

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?

No guidance is given for when to use this tool versus similar siblings like library_growth_report, listening_streaks, or saved_library_delta. The metrics list implies a reporting use case, but there are no trigger conditions, exclusions, or alternative routing.

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