Skip to main content
Glama

join_uri_list

Combine an array of Spotify URIs into a single delimited string using a comma, semicolon, newline, or custom separator for local processing.

Instructions

Join an array of Spotify references into a single delimited string — comma, semicolon, newline, or a custom glue; local only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urisYesReferences to join
separatorNoGlue between items; common choices ',', ';', or '\n',
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, the description carries the behavioral burden and does contribute the key constraint 'local only' plus the output form. It does not disclose behavior for empty arrays, invalid references, or how the response_format parameter changes the returned value, so transparency is partial.

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?

A single front-loaded sentence communicates operation, delimiter options, and locality with no filler. Every clause adds information relevant to tool selection.

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 small local utility, the description plus fully documented schema is nearly complete: the agent knows what it receives, what it returns, and that no API call is made. The main gap is that response_format's 'json'/'detailed' output shapes are not reconciled with the promised 'single delimited string'.

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 the description need not re-document parameters. It does re-state common separator choices that are already in the separator parameter description, adding little beyond the schema.

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 states a clear verb ('Join') and resource ('array of Spotify references') and specifies the outcome ('single delimited string'). It also scopes behavior ('local only'), separating it from network-backed Spotify tools and the inverse operation split_uri_list.

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 when to use it — when a delimited string is needed from a list of references — and 'local only' signals it is a pure utility rather than a Spotify API call. However, it never names the natural alternative (split_uri_list) or states when not to use this tool, so usage guidance is implied rather than explicit.

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