mcp_opendaw_get_sample_info
Retrieve detailed metadata for an audio sample by its UUID, including sample rate, channels, frames, and loading state.
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 |