Skip to main content
Glama
djelia-org

Djelia MCP Server

Official
by djelia-org

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DJELIA_HOSTNoHost to bind the server (for SSE/HTTP transport)127.0.0.1
DJELIA_PORTNoPort to bind the server (for SSE/HTTP transport)8000
DJELIA_API_KEYYesYour Djelia API key (required). Get one at https://console.djelia.cloud
DJELIA_TRANSPORTNoTransport mode: stdio, sse, or httpstdio

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_supported_languagesA

List languages supported by Djelia translation.

Returns a list of {"code": str, "name": str}. Codes: bam_Latn (Bambara), fra_Latn (French), eng_Latn (English).

translateA

Translate text from source to target language.

Use list_supported_languages to get valid codes. Returns {"text": ""}.

transcribeB

Transcribe Bambara speech to text using Djelia V2.

text_to_speechA

Synthesize Bambara speech from text with desired voice description.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation: listing languages, translating text, transcribing speech, and synthesizing speech. There is no overlap or ambiguity between them.

Naming Consistency3/5

Tool names mix verb-led formats like 'list_supported_languages' and 'translate' with the noun phrase 'text_to_speech'. The pattern is not fully consistent but remains readable and predictable.

Tool Count5/5

Four tools is a well-scoped size for a language services server, covering translation, transcription, TTS, and language discovery without bloat or thinness.

Completeness4/5

The tool surface covers the core language lifecycle: discover languages, translate, transcribe, and synthesize. Minor gaps exist (e.g., no explicit voice listing or language detection), but they are not obvious dead ends for the stated purpose.

Maintenance

ActivityStale
ResponsivenessUnresponsive