Skip to main content
Glama
williamzujkowski

Strudel MCP Server

remove_effect

Remove audio effects from Strudel music patterns to modify sound characteristics or clean up compositions.

Instructions

Remove effect

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
effectYesEffect to remove

Implementation Reference

  • Registration of the 'remove_effect' tool in getTools(), including its input schema. No separate handler implementation found in the switch statement of executeTool.
    {
      name: 'remove_effect',
      description: 'Remove effect',
      inputSchema: {
        type: 'object',
        properties: {
          effect: { type: 'string', description: 'Effect to remove' }
        },
        required: ['effect']
      }
    },

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