Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_MODELNoOptional Gemini model override (e.g., gemini-2.5-flash-lite). Default is gemini-2.5-flash.
GEMINI_API_KEYYesYour Google Gemini API key. Required for the server to function.

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
translate_sinhala_instructionA

Translate a Sinhala or Singlish instruction into a precise English technical prompt for an AI coding agent. Automatically infers technical context.

health_checkA

Check if the MCP server and Gemini API connection are working.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

Health check and translation are completely distinct concerns with no functional overlap. An agent can easily choose the correct tool.

Naming Consistency3/5

Both tools use snake_case, but 'health_check' is a noun phrase while 'translate_sinhala_instruction' is imperative verb+noun, showing minor inconsistency.

Tool Count3/5

With only two tools, the set is minimal but arguably sufficient for the narrow scope of health checking and translation. Borderline acceptable.

Completeness3/5

The server covers only one main operation (translation) plus health check. Missing auxiliary features like language detection or reverse translation, but core purpose is served.

Maintenance

ActivityInactive
ResponsivenessNo issues