| name | voice-status |
| description | Check the status of the voice assistant — is it in a call, listening, idle? |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["mcp__codebase-voice__get_status","mcp__codebase-voice__get_config"] |
Voice Status
Check the current status of the codebase voice assistant.
Steps
-
Call mcp__codebase-voice__get_status to get:
- Session state (idle, listening, in_call)
- Current call info (if in a call)
- Questions asked this session
- Audio pipeline health (STT connected, TTS connected)
-
Call mcp__codebase-voice__get_config to show configuration status:
- Which API keys are configured
- Current wake word
- Voice settings
-
Display a clear summary to the user.