Skip to main content
Glama
YangLiangwei

PersonalizationMCP

by YangLiangwei

test_spotify_credentials

Verifies Spotify API credentials to confirm they are valid and ready for personalized data access.

Instructions

Test Spotify API credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.1/5.0
Behavior1/5

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

No annotations are provided, so the description bears the full burden of behavioral disclosure. It only says 'Test', without indicating whether this makes a network request, whether it is read-only, what happens on invalid credentials, or what side effects (if any) occur. This is nearly absent disclosure.

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

Conciseness2/5

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

The description is short but this is under-specification, not disciplined conciseness. The single sentence merely echoes the tool name and does not earn its place by adding any new information an agent would not already have from the name.

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?

Despite having zero parameters and an output schema, the absence of annotations and minimal description leaves important context unaddressed: what credentials are being tested, how results are signaled, and how this tool relates to Spotify OAuth setup and token status flows. The output schema may cover return shape, but not the semantics of the test.

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?

This tool has zero parameters and the schema coverage is 100%, so there is no parameter documentation burden. The description does not add parameter semantics, but none are needed for a parameterless tool, earning the baseline of 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Test Spotify API credentials' is a direct restatement of the tool namehton and provides no operational specificity. It does not explain what 'test' means in practice or how this differs from related tools like get_spotify_token_status or get_spotify_config.

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?

There is no guidance on when to use this tool versus alternatives such as get_spotify_token_status, setup_spotify_oauth, or the other test_*_credentials siblings. The context implies it may be for validating credentials, but no explicit conditions or exclusions are given.

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