Skip to main content
Glama
valentinlutun-cmd

Voicebox MCP (Full)

voicebox_create_effect_preset

Create a named effect preset with custom configurations. Save and reuse effect settings for voice projects.

Instructions

Create a new effect preset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPreset name.
effectsYesJSON string of effect configurations (use voicebox_list_effects to see available types and params).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description does not disclose any behavioral traits beyond the basic creation action. No annotations are provided, and there is no mention of side effects, permissions, error handling, or behavior if a preset with the same name exists. The output schema exists but the description adds no behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise with two short sentences. The first sentence clearly states the action, and the second provides a helpful hint about using another tool. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that an output schema exists, the description does not need to explain return values. However, it lacks information on prerequisites (e.g., does the user need to list effects first?), error conditions, or idempotency. For a simple create tool, it is minimally adequate but leaves gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides descriptions for both parameters, but the description adds value by cross-referencing voicebox_list_effects, telling the agent where to find available effect types and configurations. This is beyond the schema's static description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Create' and the resource 'effect preset', which precisely defines the tool's purpose. It distinguishes itself from sibling tools like voicebox_get_effect_preset and voicebox_delete_effect_preset.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. For example, it does not mention conditions under which creating a preset is appropriate compared to updating or using a list. The agent is left to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/valentinlutun-cmd/voicebox-mcp-full'

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