mcp_opendaw_load_audio
Load audio files (WAV/MP3/FLAC/OGG) into a DAW project by specifying the absolute file path and optional display name. Files in the public directory are fetched via URL for faster loading.
Instructions
Load an audio file (WAV/MP3/FLAC/OGG) into the DAW project.
file_path: Absolute path to the audio file on disk. If the file is inside the headless-daw/public/ directory, it will be fetched via URL (much faster for large files). Otherwise loaded via base64. name: Optional display name (defaults to filename).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |