Skip to main content
Glama

SpotifyGetInfo

Retrieve detailed information about a Spotify track, album, artist, or playlist using its URI.

Instructions

Get detailed info about a Spotify item (track, album, artist, or playlist).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_uriYesURI like 'spotify:track:...'. artist->albums+top tracks; album/playlist->tracks.

Schema Changelog

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

  1. Changed2 schema fields changedv0.3.0
    • changedInput schema / description
      Previous value: -"Get detailed information about a Spotify item (track, album, artist, or playlist)."New value: +"Get detailed info about a Spotify item (track, album, artist, or playlist)."
    • changedInput schema / properties / item_uri / description
      Previous value: -"URI of the item to get information about. If 'playlist' or 'album', returns its tracks. If 'artist', returns albums and top tracks."New value: +"URI like 'spotify:track:...'. artist->albums+top tracks; album/playlist->tracks."
  2. First observedv0.2.0

TDQS

C2.6/5.0
Behavior2/5

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

No annotations provided. The description does not disclose side effects, permissions, or error behavior. The schema description for item_uri hints at different behavior for artist vs. album/playlist, but the description itself adds no behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise (one sentence) but lacks important details about output or usage. It is not overly verbose, but it sacrifices completeness for brevity.

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

Completeness2/5

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

No output schema exists, yet the description does not elaborate on what 'detailed info' includes. The schema partially fills this gap for item_uri, but the description itself is insufficient for the tool's complexity.

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

Parameters2/5

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

The description adds little beyond the schema: 'Spotify item (track, album, artist, or playlist)'. The schema already describes item_uri as a URI and outlines type-specific behavior. The addition is minimal.

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 states the tool retrieves detailed info about a Spotify item and lists the item types (track, album, artist, playlist). It distinguishes from siblings like SpotifySearch (searching) and SpotifyLibrary (library management) by focusing on getting details by URI.

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 on when to use this tool versus siblings. No mention of prerequisites like needing a valid URI or when to prefer other tools for different operations (e.g., SpotifySearch for finding items).

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

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

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