Skip to main content
Glama
auxa-m45

soundcloud-mcp

by auxa-m45

Update track metadata

soundcloud_update_track
Idempotent

Update a SoundCloud track's metadata by setting only the fields you want to change—title, genre, tags, license, sharing, and more.

Instructions

Update metadata of a track owned by the logged-in user (PUT /tracks/{urn}). Only the provided fields change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isrcNo
genreNo
titleNo
trackYesTrack URN (soundcloud:tracks:123), numeric id, or a soundcloud.com track URL
accountNoLogged-in SoundCloud account to act as: alias, username or user URN. Omit to use the active (default) account; soundcloud_auth_status lists them.
licenseNo
releaseNoRelease / catalog number
sharingNo
tag_listNoSpace-separated tags; quote multi-word tags, e.g. techno "deep house" geo:lat=43.5
permalinkNoURL slug of the track
label_nameNo
streamableNo
commentableNo
descriptionNo
downloadableNo
purchase_urlNo
release_dateNoyyyy-mm-dd
reveal_statsNofalse hides play/like counts (quiet mode)
embeddable_byNo
metadata_artistNoArtist name shown for the track, when different from the user
reveal_commentsNofalse hides comments (quiet mode)
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already convey that this is a mutating, idempotent, non-destructive operation. The description adds value beyond those by disclosing partial-update semantics ('Only the provided fields change') and the ownership restriction ('owned by the logged-in user'). It does not contradict the annotations, and the added behavioral context is meaningful for correct invocation.

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 two short sentences with zero filler. It front-loads the action and resource, adds the HTTP method parenthetically, and places the important partial-update nuance in the second sentence. Every clause earns its place.

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 tool with 21 parameters and no output schema, the description does a good job of stating scope, ownership, and patch semantics. The main gap is that it never mentions what the response will be (e.g., updated track object or empty body), which the agent would normally need to know. Annotations cover the safety profile, so this is a minor but real omission for a mutation tool without an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 43%, which is below the threshold where the schema alone can carry parameter documentation. The description does not compensate: it names no individual parameters, provides no formatting guidance, and does not clarify how the many undocumented optional fields (e.g., isrc, genre, label_name, purchase_url) should be supplied. The 'only provided fields change' note is useful globally but does not help with specific parameter semantics.

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 ('Update'), a clear resource ('metadata of a track owned by the logged-in user'), and the exact endpoint (PUT /tracks/{urn}). The closing sentence 'Only the provided fields change' crisply distinguishes this from a full-replace update, and the operation is clearly distinguishable from sibling tools like upload_track, delete_track, and get_track.

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 provides clear context: this tool applies to tracks owned by the logged-in user, and it is a metadata-only update. It does not explicitly name sibling alternatives such as soundcloud_upload_track for creating tracks or soundcloud_set_track_storefront for storefront-specific updates, so it stops short of explicit when-to-use vs when-not-to-use 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