{"name":"gera-voice","description":"GeraVoice — real-time multilingual translation, transcription, and voice synthesis platform supporting 100+ languages.","version":"0.1.0","url":"https://geravoice.com","contact":"api@gera.services","tools":[{"name":"translate_text","description":"Translate text from one language to another with optional formality control.","input_schema":{"type":"object","properties":{"text":{"type":"string","description":"The text to translate."},"source_language":{"type":"string","description":"BCP-47 language code of the source text (e.g. en, hy, ar). Omit for auto-detection."},"target_language":{"type":"string","description":"BCP-47 language code for the translation output."},"formality":{"type":"string","description":"Formality level: formal or informal."}},"required":["text","target_language"]}},{"name":"list_languages","description":"List all supported languages with their BCP-47 codes, script, and available voice options.","input_schema":{"type":"object","properties":{"region":{"type":"string","description":"Filter by region (e.g. middle-east, central-asia, europe)."},"has_tts":{"type":"boolean","description":"Only return languages that have text-to-speech voices available."}}}},{"name":"transcribe_audio","description":"Transcribe an audio file or URL to text with timestamps and speaker diarization.","input_schema":{"type":"object","properties":{"audio_url":{"type":"string","description":"Publicly accessible URL of the audio file to transcribe."},"language":{"type":"string","description":"Expected language BCP-47 code. Omit for auto-detection."},"diarize":{"type":"boolean","description":"Enable speaker diarization to label each speaker."}},"required":["audio_url"]}},{"name":"detect_language","description":"Detect the language of a text snippet and return confidence scores for top candidates.","input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text snippet to analyse."}},"required":["text"]}}],"resources":[{"name":"languages","description":"Full list of supported languages and BCP-47 codes.","url":"https://geravoice.com/api/v1/languages"},{"name":"voices","description":"Available TTS voice models per language.","url":"https://geravoice.com/api/v1/voices"},{"name":"dialects","description":"Regional dialect variants for supported languages.","url":"https://geravoice.com/api/v1/dialects"}]}