Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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 tools
list_dialectsList Kurdish dialectsAInspect

List the supported Kurdish dialects and their scripts. Static capability descriptor — costs nothing.

ParametersJSON Schema
NameRequiredDescriptionDefault
contextYesExplain 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."
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
contextYesExplain 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."
dialectNoFilter by dialect.
model_versionNoVoice catalog version. v4 (default) has 664 voices.
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
contextYesExplain 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."
dialectYesDialect that will be spoken.
Behavior5/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesKurdish text to synthesize.
speedNoPlayback speed, higher = faster. Default 1.
contextYesExplain 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_idYesVoice id from list_voices, e.g. sorani_1 or kurmanji_236. Dialect is derived from the prefix.
model_versionNoTTS model. Default v3; v4 requires a plan with v4 access.
include_timestampsNoReturn JSON with word-level timestamps and base64 audio instead of audio content.
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
contextYesExplain 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."
dialectYesDialect spoken in the audio.
filenameNoOriginal filename, used to infer the format. Default audio.wav.
mime_typeNoAudio MIME type. Default audio/wav.
audio_base64YesBase64-encoded audio file (WAV, MP3, FLAC, OGG or M4A).
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources