Skip to main content
Glama

List Kurdish TTS voices

list_voices

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.

Input Schema

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

TDQS

A4.3/5.0
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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
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.

Resources