mcp_opendaw_get_sample_info
Get detailed metadata for an audio sample by UUID: sample rate, channels, frames, and loading state. Provides sample info or error if not found.
Instructions
Get detailed info about an audio sample by UUID.
Uses the SampleManager to fetch metadata about audio files registered in the project. Returns sample rate, channels, frames, and loading state.
sample_uuid: UUID of the audio sample (from list_samples).
Returns sample metadata, or error if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sample_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |