Skip to main content
Glama

apply_scale

Apply a specified musical scale to a root note in Strudel MCP Server, enabling precise control over pattern creation and enhancing AI-powered music generation.

Instructions

Apply scale to notes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootYesRoot note
scaleYesScale name

Implementation Reference

  • Tool registration including name, description, and input schema for 'apply_scale' in getTools() method. No handler implementation found in executeTool.
    { name: 'apply_scale', description: 'Apply scale to notes', inputSchema: { type: 'object', properties: { scale: { type: 'string', description: 'Scale name' }, root: { type: 'string', description: 'Root note' } }, required: ['scale', 'root'] } },
  • Tool registration including name, description, and input schema for 'apply_scale' in getTools() method. No handler implementation found in executeTool.
    { name: 'apply_scale', description: 'Apply scale to notes', inputSchema: { type: 'object', properties: { scale: { type: 'string', description: 'Scale name' }, root: { type: 'string', description: 'Root note' } }, required: ['scale', 'root'] } },
  • Input schema definition for the 'apply_scale' tool.
    { name: 'apply_scale', description: 'Apply scale to notes', inputSchema: { type: 'object', properties: { scale: { type: 'string', description: 'Scale name' }, root: { type: 'string', description: 'Root note' } }, required: ['scale', 'root'] } },
  • Input schema definition for the 'apply_scale' tool.
    { name: 'apply_scale', description: 'Apply scale to notes', inputSchema: { type: 'object', properties: { scale: { type: 'string', description: 'Scale name' }, root: { type: 'string', description: 'Root note' } }, required: ['scale', 'root'] } },

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/williamzujkowski/strudel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server