Skip to main content
Glama
auxa-m45

soundcloud-mcp

by auxa-m45

Upload track

soundcloud_upload_track

Publish a local audio file as a new track on your SoundCloud account. Specify title, sharing, and metadata; supports formats up to 4 GB/24 hours.

Instructions

Upload an audio file from the local filesystem as a new track for the logged-in user (multipart POST /tracks). Limits: 4 GB, 24 hours of audio; formats AIFF, WAVE, FLAC, OGG, MP2, MP3, AAC, AMR, WMA. Artwork upload requires a PRO account. Confirm title, sharing and file with the user before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isrcNo
genreNo
titleYesTrack title
artistNoArtist name when different from the uploading user
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
file_pathYesAbsolute or relative path of the audio file
permalinkNoURL slug of the track
label_nameNo
streamableNo
commentableNo
descriptionNo
artwork_pathNoPath to a gif/jpeg/png artwork (PRO accounts only)
downloadableNo
purchase_urlNo
release_dateNoyyyy-mm-dd
reveal_statsNofalse hides play/like counts (quiet mode)
embeddable_byNo
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 only indicate non-read-only, non-idempotent, non-destructive behavior. The description adds meaningful behavioral details: file size and duration limits, supported formats, the PRO requirement for artwork, and a directive to confirm with the user. It does not mention side effects like duplicate tracks on repeated calls, but the provided context is strong.

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 four tightly packed sentences with no filler. The core action is front-loaded, followed by limits, formats, an important permission caveat, and a user-confirmation instruction. Every sentence adds operational value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 22-parameter tool with no output schema, the description covers key constraints and permission requirements but omits return behavior, error cases, and details about account selection or default values. It is adequate for making a basic call but not fully complete for an agent to anticipate all outcomes.

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 only 50%, so the description needs to compensate, but it only adds meaning for a few parameters: file_path (local audio file), artwork_path (PRO only), and title/sharing/file (confirmation focus). Most of the remaining 22 parameters rely on schema descriptions, which leaves a moderate gap.

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 'Upload an audio file from the local filesystem as a new track', clearly identifying the verb, resource, and source. It also explicitly says 'new track', which distinguishes it from update_track, delete_track, and search-related siblings.

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 gives clear context for when to use the tool: uploading a local file as a new track for the logged-in user, with explicit limits and a user-confirmation requirement. It does not explicitly name alternatives or exclusion criteria, such as 'use update_track to modify an existing track', so it falls short of a 5.

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