A
licenseA
qualityC
maintenanceMCP server for Google's Gemini API, enabling text, image, video, speech, embeddings, and deep research capabilities through a single tool set.
10
MIT
No user-submitted related servers found.
Scored across 5 tools
list_voices and list_voices_by_gender are redundant; list_voices already supports gender filtering via an argument, making the latter unnecessary and causing confusion.
Most tools follow verb_noun pattern (generate_speech, list_voices, reload_keys), but pool_status is a noun phrase and list_voices_by_gender includes a preposition, breaking the pattern slightly.
5 tools is reasonable for a TTS server, though list_voices_by_gender is redundant and could be removed without loss.
Covers core TTS functionality (generation, voice listing, key management), but lacks tools for voice details or configuration persistence.