Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FIGMA_TOKENYesYour Figma access token used to authenticate with the Figma API. You can generate this in Figma under Settings -> Account -> Personal Access Tokens.

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
extract_figma_i18nA

Extracts all visible text from a Figma file, grouped by frame/component, for i18n translation.

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 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusing it with others. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

With a single tool, naming consistency is trivially maintained. The name 'extract_figma_i18n' clearly follows a verb_noun pattern.

Tool Count3/5

The server has exactly one tool, which is borderline for a focused purpose. It is thin but not unreasonable for a niche i18n extraction utility.

Completeness4/5

The tool fully covers the stated purpose of extracting visible text for i18n. However, one might expect additional capabilities like filtering or writing translations back, but these are not necessarily core to the server's stated scope.

Maintenance

ActivityInactive
ResponsivenessNo issues