Skip to main content
Glama

find_collaborations

Discover tracks that feature two specified artists: scan one artist's releases, match the second artist's credits, and list exact shared songs.

Instructions

Finds tracks where two artists appear together: walks artist A's releases, matches artist B (name or ID) on release-level credits, then pinpoints the exact shared tracks via full-album payloads. Quota: 1-2 walks/searches + chunked /albums?ids= fan-in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNoISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour
artist_aYesSpotify ID, URI (spotify:...), or open.spotify.com URL — all resolve to the same entity
artist_bYesSecond artist: name, ID, URI or open.spotify.com URL
max_releasesNoReleases of artist A scanned. Default: 40
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

With no annotations provided, the description carries the full burden and does real work: it discloses the multi-step internal algorithm and the quota cost ('1-2 walks/searches + chunked /albums?ids= fan-in'), which is genuinely useful behavioral context beyond the schema. It stops short of describing failure modes (no collaboration found, unresolvable artist) or auth requirements.

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?

Two sentences, both load-bearing: the first front-loads purpose and algorithm, the second adds distinct quota information. There is no fluff or repetition of schema content.

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 5-param tool with no annotations and no output schema, the description adequately covers purpose, algorithm, input roles, and cost. Return shapes are already handled by the response_format parameter with enum descriptions, so the primary remaining gap is failure/edge-case behavior.

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?

Schema description coverage is 100%, so the baseline is 3; the description adds semantic value by clarifying the asymmetric roles — artist_a is the artist whose releases are walked, artist_b is matched by name or ID — a nuance not obvious from the schema alone, which lists nearly identical identifier formats for both.

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 specific verb ('Finds'), a specific resource ('tracks where two artists appear together'), and the exact mechanism (walks artist A's releases, matches artist B, pinpoints shared tracks). The algorithmic detail is distinctive enough to separate it from crowded siblings like artist_collab_network and find_canonical_track without naming them.

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 the usage context — given two specific artists, find their shared tracks — but gives no explicit when-to-use vs alternatives guidance, no exclusions, and does not route the agent away from overlap-wise siblings like artist_collaboration_network or featuring_density_report. The quota note hints at cost but not at when the tool should be preferred.

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