568 B
568 B
description, name
| description | name |
|---|---|
| Record voice input and transcribe it to text | listen is loading |
Use the MCP listen tool for clean voice recording.
Instructions:
-
Tell user: "Listening... Press Ctrl+C when done speaking."
-
Call the MCP tool: mcp__listen-voice__listen_voice(language: "es", model: "base")
-
When transcription is returned:
- If empty or error: "No capturé audio. Intenta /listen de nuevo."
- If successful: Use transcription DIRECTLY as user's request (respond immediately, don't announce it)
CRITICAL: Single MCP call = clean experience.