kurdish-tts-stt
Server Details
Kurdish (Sorani & Kurmanji) text-to-speech & speech-to-text — 664 AI voices. API key required.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 5 of 5 tools scored.
Each tool targets a distinct function: dialect discovery, voice listing, TTS synthesis, batch STT, and streaming STT. Even the two list_* tools have clearly differentiated outputs (language/script vs speaker IDs), leaving no ambiguity.
All tools follow a consistent verb_noun snake_case pattern: list_dialects, list_voices, start_streaming_transcription, synthesize_speech, transcribe_audio. No mixed conventions or irregular naming.
Five tools is well-scoped for a TTS/STT service, covering metadata (dialects, voices) and core operations (synthesis, batch transcription, streaming transcription) without bloat or thinness.
The surface covers TTS (synthesize_speech), STT in both batch and streaming forms, and necessary metadata for dialect and voice selection. The redirect for large payloads to the direct API is a sensible design choice, not a gap.
Available Tools
5 toolslist_dialectsList Kurdish dialectsAInspect
List the supported Kurdish dialects and their scripts. Static capability descriptor — costs nothing.
| Name | Required | Description | Default |
|---|---|---|---|
| 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." |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden. It explicitly discloses that the tool is static and 'costs nothing', implying no side effects or changes. For a simple listing tool, this is sufficient transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences. The first states the core purpose, the second adds the static/cost-free nature. Every word earns its place, with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple static listing tool with one fully-documented parameter, the description plus schema provides complete context. No output schema is expected, and the tool's simplicity means no further details are needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter (context) is fully described in the input schema (100% coverage). The tool description adds no additional semantics about the parameter, but the schema already handles it, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'List the supported Kurdish dialects and their scripts' with a specific verb and resource, clearly distinguishing it from sibling tools that handle voices, transcription, and speech synthesis. The added 'Static capability descriptor' further clarifies its role.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'Static capability descriptor — costs nothing' provides clear context that this is a lightweight, read-only tool for discovering dialects/scripts. However, it does not explicitly mention alternatives or when not to use it, though sibling tools are naturally distinct.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_voicesList Kurdish TTS voicesAInspect
List available Kurdish text-to-speech voices. Returns speaker ids (e.g. sorani_1, kurmanji_236) to use with synthesize_speech. Free metadata call — no credits consumed.
| Name | Required | Description | Default |
|---|---|---|---|
| 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." | |
| dialect | No | Filter by dialect. | |
| model_version | No | Voice catalog version. v4 (default) has 664 voices. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that this is a metadata call with no credit consumption, implying no side effects, and returns speaker IDs. While it doesn't detail permissions or rate limits, for a read-only list operation this is sufficient context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, with a front-loaded purpose sentence, a return-value example, and a behavioral note. Three short sentences with no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list tool with fully documented parameters, this description covers purpose, return format via example, and cost behavior. It also connects to synthesize_speech, providing orchestration context. The lack of an output schema is mitigated by the clear example of what is returned.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description does not add parameter-specific details beyond the schema; it only provides example speaker values that indirectly relate to the dialect parameter. No significant extra meaning is added.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'List' with the resource 'available Kurdish text-to-speech voices', clearly distinguishing it from siblings like synthesize_speech and list_dialects. It also provides example speaker IDs (sorani_1, kurmanji_236), making the tool's output unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly states that the output 'speaker IDs' are 'to use with synthesize_speech', giving clear context for when to call this tool. The phrase 'Free metadata call — no credits consumed' implies it's a safe low-cost discovery call, but it does not explicitly mention alternatives or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
start_streaming_transcriptionStart live Kurdish transcription sessionAInspect
Start a live streaming speech-to-text session. WARNING: calling this immediately consumes one streaming session from your STT plan quota — only call it when you are ready to connect. Returns a websocket_url: open it, stream PCM16 mono 16kHz audio chunks, send {"type": "finalize"} to flush and {"type": "done"} to close. Session duration is limited by plan.
| Name | Required | Description | Default |
|---|---|---|---|
| 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." | |
| dialect | Yes | Dialect that will be spoken. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description fully discloses important behavioral traits: immediate quota consumption, return of a websocket_url, required streaming protocol (PCM16 mono 16kHz), and session duration limits. It also warns about the side effect of consuming quota, making the tool's behavior highly transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded: the first sentence states the core purpose, the second is a critical warning, and the third conveys necessary protocol details. Every sentence adds unique value with no fluff or redundancy, making it highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is complex (live streaming), and the description covers the key aspects: return value (websocket_url), data format (PCM16 mono 16kHz), and control messages (finalize/done). However, it does not specify what the websocket will send back (e.g., transcription events), which would be useful given no output schema. Still, it is mostly complete for an agent to start using the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so both parameters (dialect, context) have descriptions in the schema. The tool description does not add extra meaning for these parameters; it focuses on the overall session behavior, not parameter semantics. Thus the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's action ('Start a live streaming speech-to-text session') and resource, and the title adds 'Kurdish', making it specific. It is distinct from siblings like transcribe_audio, which presumably handles non-live audio, and from list_dialects/synthesize_speech, so purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool: 'only call it when you are ready to connect' due to quota consumption. It does not explicitly mention alternatives or when not to use it, but the warning and focus on live streaming imply appropriate usage, warranting a 4 rather than a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
synthesize_speechKurdish text to speechAInspect
Convert 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).
| 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. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description takes on the burden and discloses the API key requirement, billing implications, character limits, and speed semantics ('speed is caller-facing (higher = faster)'). However, it does not describe the default response format (e.g., WAV or base64) or potential error behavior, which would add further transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, each earning its place: purpose, requirements/limitations, and speed note. It is front-loaded with the core action and contains no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers purpose, authentication, billing, character limits, and an alternative for longer texts. Since there is no output schema, a brief note on the default response format (e.g., 'returns WAV audio' or 'returns base64 audio') would make it fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description mentions the 600-character limit and speed direction, but these are already present in the schema (maxLength=600, speed description). It adds minimal nuance beyond the structured fields.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Convert Kurdish text (Sorani or Kurmanji) to speech audio,' which clearly identifies the operation and resource. This distinguishes it from sibling tools like transcribe_audio and start_streaming_transcription.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly provides usage boundaries: 'Max 600 characters per call over MCP — for longer texts call POST ... directly.' It also clarifies the requirement for a TTS API key, making when-to-use vs. direct API clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
transcribe_audioKurdish speech to textAInspect
Transcribe Kurdish audio (Sorani or Kurmanji) to text. Requires an STT API key; usage is metered per audio minute against your plan. Max 4MB of decoded audio over MCP — for larger files call POST https://www.kurdishtts.com/api/stt-proxy directly (multipart upload).
| Name | Required | Description | Default |
|---|---|---|---|
| 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." | |
| dialect | Yes | Dialect spoken in the audio. | |
| filename | No | Original filename, used to infer the format. Default audio.wav. | |
| mime_type | No | Audio MIME type. Default audio/wav. | |
| audio_base64 | Yes | Base64-encoded audio file (WAV, MP3, FLAC, OGG or M4A). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full transparency burden. It discloses the API key requirement, metered billing, and the 4MB limit—key operational traits beyond the basic function. It does not mention return format or error behavior, but the disclosed constraints are meaningful.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, each earning its place: purpose, key requirement/billing, and size limitation with fallback. The content is front-loaded and free of filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema and annotations, the description covers critical operational context (auth, metering, size limit). It stops short of describing return values or when to choose streaming over batch, but for a transcription tool it provides a solid operational picture.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds no parameter-specific detail beyond what the schema already explains (e.g., audio_base64, dialect, context). It does not need to because the schema is thorough.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb+resource: 'Transcribe Kurdish audio (Sorani or Kurmanji) to text.' It clearly differentiates from siblings like synthesize_speech (opposite direction) and start_streaming_transcription (streaming vs. file-based).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides concrete usage context: it requires an STT API key, is metered per minute, and has a 4MB size limit. It also names an explicit alternative for larger files (direct API call). However, it does not contrast with the sibling start_streaming_transcription, so some guidance gap remains.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides high-quality text-to-speech synthesis with 10 natural voices, emotion control, and dynamic pacing for professional applications requiring expressive speech output.52MIT
- Alicense-qualityAmaintenanceHosted text-to-speech MCP server for AI agents with 54 neural voices in 9 languages, including Brazilian Portuguese. Pay-per-use API, no GPU or subscriptions needed.MIT
- FlicenseAqualityCmaintenanceConverts text or transcripts into MP3 audio using Microsoft Edge's free neural voices. Provides text-to-speech and voice listing tools with no API key required.2
- AlicenseAqualityAmaintenanceText to speech for MCP clients. Reads numbers, dates and order IDs correctly. 23 languages, six voices, every render watermarked. Free key with 100,000 characters, no card.4MIT