Skip to main content
Glama
labelgrid

LabelGrid MCP Server

Official

Upload a release animated cover video

upload_release_asset

Upload a finalized animated cover video for a release in square or tall format; then monitor processing via get_release_file.

Instructions

Upload a finalized animated cover (motion artwork) video for a release — the square or the tall/portrait cover video. The video is uploaded directly to storage and then processed; check its state with get_release_file. Upload the correct video before distributing — it is immutable once the release is live. For the static cover art image use upload_release_artwork.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesLocal path to the file to upload.
asset_typeYesWhich animated cover (motion artwork) video: the square or the tall/portrait cover video.
release_idYesThe release id.
Behavior5/5

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

No annotations exist; the description fully carries the burden. It discloses that the video is uploaded to storage and processed asynchronously, suggests checking state via get_release_file, and warns about immutability after distribution.

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?

Three sentences with no waste: first states purpose, second explains processing workflow, third adds immutability and alternative tool. Front-loaded and efficient.

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 3 required parameters and no output schema, the description covers purpose, behavioral details, and related tools. It mentions a follow-up action (check state) and immutability, making it actionable, though return format is not described.

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 already documents all parameters. The description adds minimal extra context (e.g., 'finalized animated cover') but does not significantly enhance understanding beyond what the schema provides.

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 verb 'Upload' and the resource 'animated cover video for a release', specifies the two variants (square and tall), and distinguishes it from the sibling tool upload_release_artwork for static cover art.

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 before distribution because the asset becomes immutable once live, and explicitly recommends upload_release_artwork for static images. It lacks explicit guidance on when not to use this tool beyond that.

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