Kurdish text to speech
synthesize_speechConvert Kurdish text (Sorani or Kurmanji) to speech audio. Requires a TTS API key; characters are billed against your plan. Max 600 characters per call over MCP — for longer texts call POST https://www.kurdishtts.com/api/tts-proxy directly (binary WAV, higher plan limits). Note: speed is caller-facing (higher = faster).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Kurdish text to synthesize. | |
| speed | No | Playback speed, higher = faster. Default 1. | |
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| speaker_id | Yes | Voice id from list_voices, e.g. sorani_1 or kurmanji_236. Dialect is derived from the prefix. | |
| model_version | No | TTS model. Default v3; v4 requires a plan with v4 access. | |
| include_timestamps | No | Return JSON with word-level timestamps and base64 audio instead of audio content. |