Skip to main content
Glama

remove_effect

Removes specified effects from Strudel music patterns to streamline audio processing and modify live music generation. Part of the Strudel MCP Server for AI-powered music creation.

Instructions

Remove effect

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
effectYesEffect to remove

Implementation Reference

  • Registration and schema definition for the 'remove_effect' tool in getTools() method. No separate handler implementation found; falls through to 'Unknown tool' error.
    { name: 'remove_effect', description: 'Remove effect', inputSchema: { type: 'object', properties: { effect: { type: 'string', description: 'Effect to remove' } }, required: ['effect'] } },
  • Input schema definition for 'remove_effect' tool.
    { name: 'remove_effect', description: 'Remove effect', inputSchema: { type: 'object', properties: { effect: { type: 'string', description: 'Effect to remove' } }, required: ['effect'] } },
  • Registration and schema definition for the 'remove_effect' tool in getTools() method in older version. No handler implementation.
    { 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