Skip to main content
Glama

change_voice

Switch the agent's speaking voice for all subsequent speech and announcements. This is the only way to alter how the agent sounds; voices persist across restarts.

Instructions

Deliberately switch this agent's speaking voice from now on.

Updates your character in the listener daemon: the dashboard shows the new voice and every later speak/announce uses it (it also persists across restarts). Use list_voices to see the options. Speak itself carries no voice information — this call is the only way to change how you sound, so use it consciously (e.g. when the user asks for it).

Args: voice_id: Which voice to switch to. speaker: Move a named SPEAKER's voice instead of your own — the personas you address with speak(speaker=...). A voice already held by someone else is refused rather than duplicated, so two speakers never become indistinguishable by ear.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
speakerNo
voice_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv2.16.0
    • addedInput schema / properties / speaker
      Added value: +{
      +  "default": "",
      +  "title": "Speaker",
      +  "type": "string"
      +}
  2. First observedv2.13.4

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavior. It discloses that the change persists across restarts, affects the listener daemon, applies to future speak/announce calls, and that duplicate voices are refused to prevent indistinguishable speakers. This dramatically exceeds baseline explanation.

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 organized in clear sections with the proactive sentence first, followed by practical details and then argument semantics. Every sentence adds relevant information; there is no redundancy or filler.

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

Completeness5/5

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

This is a persistent state-changing tool with a lightness of given structured metadata. The description covers side effects, persistence, usage context, the valid arguments, and the duplicate-owner failure behavior. There is enough to invoke intentionally and correctly.

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 provides no parameter descriptions (0% coverage), so the description is the only source of meaning. It explains voice_id as the voice to switch to and elaborates on speaker, including its use for named SPEAKER-defined personas and the duplicate-refusal behavior. It could be slightly stronger on voice_id's allowed values, but overall it compensates well.

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 opens with a specific verb and resource: 'Deliberately switch this agent's speaking voice from now on' and details the state change. It distinguishes itself from the sibling speech tools by explicitly stating that speak carries no voice information and that this is the only way to change how one sounds.

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

Usage Guidelines5/5

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

The description gives clear context: use this call when the user asks for a voice change, use list_voices to see options, and don't expect speak/announce to carry voice information. This effectively tells the agent when to use this tool versus its siblings.

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/noisy/noisy-coding'

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