Skip to main content
Glama

Kurdish speech to text

transcribe_audio

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

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

TDQS

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

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