Skills Productivity List User's Saved Music Productions

List User's Saved Music Productions

v20260902
music-list
This function retrieves a comprehensive list of all music productions saved under the connected Cognitum Music account. It provides crucial metadata, including titles, durations, unique IDs, and status flags (stems/MIDI/mastered). Users can leverage this list to identify existing tracks, find a specific piece by title, or obtain the necessary production ID to perform follow-up actions like downloading stems or viewing detailed information.
Get Skill
90 downloads
Overview

Music List

Surfaces every production in the connected Cognitum Music account.

When to use

The user asks what tracks exist, wants to find a track by title, or you need a production id for music-get/music-stems/music-midi/music-master and don't already have it.

Steps

  1. Call mcp__cogmusic__list_productions({}) — no arguments.
  2. Present results sorted by created_at_unix descending (the API already returns them this way): title, duration, id, and which processing steps have run (has_stems/has_midi/has_mastered).
  3. If the user is looking for a specific track, match on title (case-insensitive substring) rather than asking them to know the id up front.
  4. Optionally refresh the music-productions memory cache for any entries not already stored there (see music-generate's caching step) — useful after a production was created outside this session (e.g. from the web dashboard).

Notes

This never returns audio bytes — only metadata plus each production's audio_url for a follow-up authenticated GET. See ADR-0001.

Info
Category Productivity
Name music-list
Version v20260902
Size 1.3KB
Updated At 2026-09-06
Language