Skip to main content
Glama
TheoryofShadows

@mcpx-digital/i18n-keys

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
compare_localesA

Compare locale files for missing/extra keys vs a base locale. Supports flat and nested keys. Local locale JSON/YAML files only — does not call translation APIs.

find_empty_translationsA

Find empty/null/whitespace-only translation values in locale files. Local locale JSON/YAML files only — does not call translation APIs.

list_keysA

List flattened keys for a single locale file. Local locale JSON/YAML files only — does not call translation APIs.

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 3 tools

Disambiguation5/5

Each tool targets a clearly distinct operation: enumerating keys, diffing locales against a base, and detecting empty values. There is minimal risk of confusing one for another.

Naming Consistency5/5

All three tools follow a strict verb_noun snake_case pattern (list_keys, compare_locales, find_empty_translations), which is predictable and readable.

Tool Count4/5

Three tools is a bit thin, but the server has a narrow read-only scope over local locale files, so each tool earns its place without redundancy.

Completeness4/5

Core inspection workflows (list, compare, find empties) are covered, but there is no way to look up a single key's value or search/sort keys, leaving minor gaps an agent must work around.

Maintenance

ActivityMaintained
ResponsivenessNo issues