Skip to main content
Glama
williamzujkowski

Strudel MCP Server

apply_scale

Generate musical scales by specifying a root note and scale name for use in Strudel.cc pattern creation and music generation.

Instructions

Apply scale to notes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleYesScale name
rootYesRoot note

Implementation Reference

  • Registration of the 'apply_scale' tool, including its input schema definition. No separate handler implementation found; tool execution would fall to default error 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']
      }
    },

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