set_tempo_tool
Control Ableton Live's session tempo directly via the MCP server, enabling precise tempo adjustments for AI-assisted music production workflows.
Instructions
Set the tempo of the Ableton session.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tempo | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tempo": {
"title": "Tempo",
"type": "number"
}
},
"required": [
"tempo"
],
"title": "set_tempo_toolArguments",
"type": "object"
}