Skip to main content
Glama
valentinlutun-cmd

Voicebox MCP (Full)

voicebox_compose_in_character

Rewrites text to match a voice profile's personality using its prompt, enabling in-character speech generation.

Instructions

Compose text in a voice profile's character/personality.

Uses the profile's personality prompt to rewrite text in-character, suitable for feeding back into voicebox_generate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe text/prompt to compose from.
max_tokensNoMax tokens for the composition.
profile_idYesThe voice profile ID with a personality prompt.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It explains that it uses the profile's personality prompt to rewrite text, but does not mention side effects (e.g., whether it modifies the profile), error conditions, idempotency, or safety considerations. Lacks details necessary for informed invocation.

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?

Two concise sentences that front-load the main purpose. No extraneous information or repetition. Every word contributes to understanding the tool's function.

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

Completeness4/5

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

Output schema exists, so return values are covered. The description explains the core functionality and hints at a workflow. A minor gap is that it does not explicitly state the profile must have a personality prompt, but this is partially inferred. Overall, fairly complete for a simple tool.

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

Parameters3/5

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

Schema description coverage is 100%, so all parameters have descriptions. The tool description adds marginal context by linking profile_id to the personality prompt and prompt to rewriting. It does not significantly augment the schema descriptions, so the baseline of 3 is appropriate.

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?

Clearly states the tool composes text in a voice profile's character/personality. The verb 'compose' and resource 'text in voice profile's character' are specific. Distinguishes from sibling tools like voicebox_generate by noting the rewriting step and suitability for feeding back into generation.

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

Usage Guidelines4/5

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

Explicitly mentions it is suitable for feeding back into voicebox_generate, providing clear context for when to use. Does not explicitly list when not to use, but the purpose is clear enough that an agent can infer alternatives (e.g., use voicebox_generate directly if no character rewrite needed).

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