Skip to main content
Glama
auxa-m45

soundcloud-mcp

by auxa-m45

Get related tracks

soundcloud_get_related_tracks
Read-onlyIdempotent

Get related track recommendations for any SoundCloud track by providing its URN, numeric ID, or URL. Filter results by access and set limit to retrieve relevant suggestions.

Instructions

Tracks SoundCloud considers related to the given track (recommendations / 'more like this').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoItems per page (default 50, max 200)
trackYesTrack URN (soundcloud:tracks:123), numeric id, or a soundcloud.com track URL
accessNoFilter by the caller's access level. Default: playable,preview. Add 'blocked' to also list tracks that cannot be streamed.
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already establish read-only, open-world, idempotent, and non-destructive behavior. The description adds useful context that results are based on SoundCloud's own recommendation logic ('more like this'), which helps the agent set expectations about the nature of the results.

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 a single sentence that conveys the core function and the conceptual framing ('recommendations / more like this') with no redundancy. It is front-loaded and easy to parse.

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 simple read-only tool with a fully documented schema, the description provides enough context about what the tool returns and how it relates to the input track. The lack of an output schema is not a major gap given the straightforward list-return expectation.

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 schema already documents all three parameters with descriptions and defaults, so the description does not need to add parameter-level detail. It adds no extra parameter semantics beyond the schema, so the baseline of 3 applies.

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 identifies the resource (related tracks for a given track) and the purpose (recommendations / 'more like this'). It is specific enough to be distinct from a simple track lookup, though it does not explicitly contrast with sibling tools like soundcloud_get_track or soundcloud_search_tracks.

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?

Usage is implied: given a source track, retrieve SoundCloud's related/recommended tracks. However, there is no explicit guidance on when to choose this over search_tracks or get_track, nor any mention of exclusions or prerequisites.

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

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/auxa-m45/soundcloud-mcp'

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