speak

Enable voice communication by converting text to speech using Rime's API. Speak aloud messages or command completions with customizable voice and speed settings.

Instructions

Speak text aloud using Rime's text-to-speech API. Should be used when user asks you to speak or to announce and explain when you finish a command

User configuration:

WHO_TO_ADDRESS: user

WHEN_TO_SPEAK: when asked to speak or when finishing a command

VOICE: cove

GUIDANCE: Use the speak tool when you need to communicate with the user via voice. The speech should be clear, concise, and convey the intended message effectively.

Input Schema

NameRequiredDescriptionDefault
reduceLatencyNoWhether to optimize for lower latency (default: false)
speakerNoThe voice to use (defaults to 'cove')
speedAlphaNoSpeech speed multiplier (default: 1.0)
textYesThe text to speak aloud

Input Schema (JSON Schema)

{ "properties": { "reduceLatency": { "description": "Whether to optimize for lower latency (default: false)", "type": "boolean" }, "speaker": { "description": "The voice to use (defaults to 'cove')", "type": "string" }, "speedAlpha": { "description": "Speech speed multiplier (default: 1.0)", "type": "number" }, "text": { "description": "The text to speak aloud", "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools from Rime MCP

Related Tools

ID: 3a17xnerpt