Skip to main content
Glama
labelgrid

LabelGrid MCP Server

Official

Upload a track audio/lyrics file

upload_track_audio

Upload a finalized stereo WAV/FLAC, Dolby Atmos, or lyrics file for a track. Processing occurs asynchronously; the file becomes immutable after distribution.

Instructions

Upload a finalized audio file (stereo WAV/FLAC or Dolby Atmos) or lyrics (LRC) file for a track. The file is uploaded directly to storage and then processed asynchronously; check its state with get_track_file. Once a release is distributed the file is immutable — upload the correct master before distributing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_idYesThe track id.
file_pathYesLocal path to the file to upload.
file_typeYesWhich track asset: stereo audio, Dolby Atmos audio, or the lyrics (LRC) file.
Behavior4/5

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

Without annotations, the description carries the transparency burden. It discloses async processing, storage destination, and immutability after distribution. It does not cover permissions or failure modes, but the key behaviors are well communicated.

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 sentences with zero waste. The first states purpose and file types; the second covers async processing and immutability. Every sentence is meaningful and front-loaded.

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 3 parameters and no output schema, the description adequately covers input requirements, async behavior, and post-upload limitations. It could mention size limits or encoding, but existing info suffices for typical usage.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by emphasizing 'finalized' audio and listing file type examples (stereo WAV/FLAC, Dolby Atmos, LRC), which clarifies expected content beyond enum definitions.

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 clearly states the tool uploads an audio or lyrics file for a track, specifying exact file types (stereo WAV/FLAC, Dolby Atmos, LRC). This distinguishes it from siblings like delete_track_audio or get_track_file.

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 advises uploading a 'finalized' file, notes async processing with a reference to get_track_file for state checking, and warns about immutability after distribution. It lacks explicit when-not-to-use or alternatives, but provides clear context for proper use.

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

Install Server

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/labelgrid/labelgrid-mcp'

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