Skip to main content
Glama
auxa-m45

soundcloud-mcp

by auxa-m45

Get track

soundcloud_get_track
Read-onlyIdempotent

Fetch detailed metadata for a SoundCloud track, including title, artist, duration, counts, and access level. Use a track URL, ID, or URN, and pass a secret token for private tracks.

Instructions

Fetch a track's metadata (title, artist, duration, counts, access level, permalink…). Pass secret_token for private tracks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn the full API object instead of the compact summary
trackYesTrack URN (soundcloud:tracks:123), numeric id, or a soundcloud.com track URL
secret_tokenNoSecret token for a private track
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context by noting that secret_token unlocks private tracks and that the response is a metadata summary including access level. No contradiction with annotations.

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 concise sentences, front-loaded with the core purpose and immediately followed by a high-value usage tip. No filler or redundant restating of the tool name.

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 metadata getter with full schema parameter coverage and safety annotations, the description is nearly complete. It lists representative return fields, mentions private-track handling, and relies on the schema for raw/secret_token specifics. No output schema exists, but the description gives enough context for correct invocation.

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 schema fully documents track, raw, and secret_token. The description adds marginal value by explaining the purpose of secret_token in context, but it does not need to compensate for any schema gaps. Baseline 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 ('Fetch') on a specific resource ('a track's metadata') and enumerates representative fields (title, artist, duration, counts, access level, permalink). This clearly distinguishes the tool from siblings like soundcloud_get_track_streams, soundcloud_get_track_comments, and soundcloud_get_track_engagement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly frames when to use the tool: when you need track metadata. It also gives a specific usage condition: pass secret_token for private tracks. It does not explicitly name alternatives or exclusions, but the metadata focus plus the private-track instruction provide solid contextual guidance.

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