Skip to main content
Glama
auxa-m45

soundcloud-mcp

by auxa-m45

Get users who liked / reposted a track

soundcloud_get_track_engagement
Read-onlyIdempotent

List SoundCloud users who liked or reposted a track. Choose between favoriters or reposters to view audience engagement.

Instructions

List the users who liked (favoriters) or reposted (reposters) a track.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesfavoriters = users who liked it; reposters = users who reposted it
limitNoItems per page (default 50, max 200)
trackYesTrack URN (soundcloud:tracks:123), numeric id, or a soundcloud.com track URL
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description's 'List' phrasing adds no new safety behavior. The description provides no additional behavioral context such as pagination behavior, authentication requirements, or whether both kinds can be requested together.

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, front-loaded sentence with no filler. It communicates the core purpose efficiently and every word contributes meaning.

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?

Given the low parameter complexity, rich schema descriptions, and strong safety annotations, the description is largely sufficient for an agent to select and invoke the tool. The lack of an output schema is partly mitigated by the clear 'List the users' phrasing, though pagination behavior is not explicitly covered.

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 input schema has 100% coverage with meaningful descriptions for all parameters, including the kind enum. The description itself adds no parameter semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 action ('List') and a specific resource ('users who liked or reposted a track'). It clearly differentiates this tool from sibling tools like soundcloud_get_track_comments or soundcloud_get_track by focusing on engagement users rather than track metadata or comments.

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?

The description does not state when to use this tool versus alternatives, nor does it provide exclusions or conditions. The only usage signal is implicit in the verb 'List' and the tool name, which is not enough to guide an agent through sibling tools like soundcloud_set_like or soundcloud_get_track_comments.

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