Skip to main content
Glama

spotify_doctor

Run local diagnostics to check token validity, scopes, Premium access, rate-limit cooldown, and configuration. Identify what blocks Spotify playback, library, or write operations.

Instructions

Run local diagnostics: token presence/expiry, auth-time scopes vs write tools enabled by active toolsets, Premium gating notes, rate-limit cooldown, and a config snapshot. Read-only, best-effort live account probe for product/country when network available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNoInclude per-check technical detail lines in the prose output
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It explicitly discloses the read-only nature, describes the live account probe as 'best-effort', and notes the network dependency for product/country data. It stops short of describing failure modes or output format, but the key behavioral traits are transparent.

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 concise sentences, front-loaded with the core purpose and followed by a compact enumeration of checks. Every clause adds value: the read-only qualifier, the best-effort caveat, and the network dependency. There is no fluff or redundancy.

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 diagnostics tool with one optional parameter and no output schema, the description covers the main inputs and behaviors. It explains the scope of checks and the read-only/best-effort nature, which is sufficient for an agent to decide whether to invoke it. A minor gap is not explicitly describing the return shape, though the verbose parameter hints at prose output.

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 only parameter, verbose, is fully documented in the schema with a clear description, yielding 100% schema coverage. The tool description adds no additional parameter meaning beyond the schema, matching the baseline for high coverage.

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 a specific action ('Run local diagnostics') and enumerates the exact checks performed, such as token presence/expiry, auth scopes vs write tools, Premium gating, rate-limit cooldown, and config snapshot. This makes the tool's purpose specific, though it does not explicitly differentiate it from similar siblings like scope_audit or quota_probe.

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?

The description implies usage context—when you want a read-only health/probe of the Spotify integration. It does not state when to prefer alternatives or provide exclusion criteria, such as 'use scope_audit for deeper scope analysis' or 'use quota_probe for rate-limit details', leaving some ambiguity across the large sibling set.

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