get_clip_info_by_id
Retrieve detailed clip information from Ableton Live by specifying a clip ID. This tool supports real-time interaction with Ableton Copilot MCP for efficient clip operations and workflow management.
Instructions
Get clip info by clip id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clip_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"clip_id": {
"type": "string"
}
},
"required": [
"clip_id"
],
"type": "object"
}