get_voice_input
Retrieve the next spoken input from the user as text during a voice review session. If no speech is detected, call again. Ends when 'END_SESSION' is returned.
Instructions
Returns the next voice utterance from the user as text. Used in a loop during voice review sessions. If multiple utterances are queued, they are joined with ' / '. Returns the literal string 'END_SESSION' when the user has ended the session (Ctrl+C, /endlivechat, or wake phrase) — stop calling this tool when you see that. Returns 'NO_INPUT' if the long-poll timed out with no speech; in that case, call this tool again. Returns 'ALREADY_RUNNING:' if another livechat MCP process (e.g. another Claude Code window) currently holds the session lock — ask the user to confirm a takeover, then call take_over_voice_session if they agree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||