Skills Design & Creative Get Production Metadata Status

Get Production Metadata Status

v20260902
music-get
This tool allows users to retrieve the complete, up-to-date metadata and audio URL for a specific music production ID. It is essential for checking the current processing status, such as whether stems, MIDI, or mastering have been successfully generated, ensuring the user has the latest information before proceeding to the next workflow step.
Get Skill
159 downloads
Overview

Music Get

Looks up one production's current state — useful to check whether a separate_stems/extract_midi/master call from earlier in the session actually finished.

When to use

You have a production id (from music-generate's result, music-list, or the music-productions memory cache) and need its latest metadata.

Steps

  1. Check the music-productions namespace cache first if you're only after fields that don't change (title, original prompt/lyrics, audio_duration) — no need to round-trip if you already have them.
  2. For anything that can change (has_stems, has_midi, has_mastered, lufs_before/lufs_after), call the live tool:
    mcp__cogmusic__get_production({ id: "<production-id>" })
    
  3. If the id doesn't exist or belongs to a different account, the call errors — don't guess at a substitute id; ask the user to confirm it or run music-list to find the right one.
Info
Name music-get
Version v20260902
Size 1.17KB
Updated At 2026-09-06
Language