Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOKALISE_API_TOKENYesYour Lokalise API token
LOKALISE_PLATFORMSNoComma-separated platformsweb
LOKALISE_PROJECT_IDYesYour Lokalise project ID

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
create_lokalise_keyB

Create a new translation key in Lokalise with translations

delete_lokalise_keyB

Delete a translation key from Lokalise

get_lokalise_keyA

Get a specific translation key from Lokalise by name

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

The three tools are clearly distinct: create, delete, and get are non-overlapping operations on translation keys.

Naming Consistency5/5

All tools follow the exact pattern 'verb_lokalise_key' with consistent snake_case naming.

Tool Count3/5

With only 3 tools, the server is very focused but borderline thin for a typical scope; however, it fits a minimal key management surface.

Completeness2/5

Missing essential operations like updating or listing keys, which creates significant gaps for common workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues