Skip to main content
Glama

Get Spotify top tracks

get_top_tracks

Get electron.dance's current Spotify top tracks (short term). Requires a bearer token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It reveals that a bearer token is required, which is important. However, it does not mention rate limits, error behavior, or return format, leaving some gaps for a complete behavioral picture.

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 sentences, directly states the action and key constraint, and has no superfluous words. It is front-loaded with the primary purpose.

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 zero-parameter read-only tool, the description covers the core functionality, the scope, and the authentication requirement. It could optionally detail the output structure, but the absence of an output schema and the simplicity of the tool make this acceptable.

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

Parameters4/5

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

The input schema has zero parameters, so the baseline is 4. The description correctly avoids adding parameter details that don't exist, and the auth requirement is the only relevant semantic information.

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 'Get' with a precise resource 'electron.dance's current Spotify top tracks (short term)', distinguishing it from siblings which cover site links, gigs, and RSVPs. The scope and time range further clarify its functionality.

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

Usage Guidelines3/5

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

Usage is implied by the clear purpose and sibling distinctions, but the description does not explicitly state when to use this tool or provide exclusions. It only notes the bearer token requirement, which is a prerequisite rather than a contextual guideline.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool addresses a distinct concern: site links, Spotify top tracks, gig listings, and RSVP management. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_, list_, rsvp_to_), using clear, predictable naming. The use of both 'get' and 'list' for retrieval is still consistent and intuitive.

Tool Count5/5

With only four tools, the server is tightly scoped to the core actions for the electron.dance domain. Each tool is necessary and there is no bloat or redundancy.

Completeness5/5

The tool set covers the full lifecycle of the exposed functionality: retrieving public info (links, tracks, events) and performing an action (RSVP). For a specialized server, this is a complete surface without notable gaps.