voices
September 11, 2026 ยท View on GitHub
List the speech voices available for generate.voice declarations in a project module.
| MCP tool | voices |
| CLI | dapi voices |
Input
None.
See jsx/generate.md for the declaration a voice id goes on.
Output
One JSON object:
{ voices: Array<{ id: string; label: string; description: string }> }