Skip to main content
Glama

get_translations

Retrieve and filter translation data from your SimpleLocalize project by key, language, text, or status with pagination and sorting options.

Instructions

This tool will list translations in your SimpleLocalize project.

  • You can filter by key, namespace, language, text, customerId, reviewStatus, and more.

  • Supports pagination with 'page' and 'size'.

  • Supports sort with 'sortBy' and 'sortOrder'.

  • Use 'text' to search for translations containing a specific value (min 3 characters).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoFilter by translation key name.
namespaceNoFilter by namespace.
languageNoFilter by language key (e.g. en, pl_PL).
textNoSearch translations by text value (min 3 chars).
textStatusNoFilter by text status: EMPTY, NOT_EMPTY or empty.
customerIdNoFilter by customer ID.
baseOnlyNoIf true, returns only base translations (no customer overrides).
reviewStatusNoFilter by review status: REVIEWED, NOT_REVIEWED or empty.
pageNoPage number for pagination (default 0).
sizeNoPage size for pagination (default 100, max 2500).
sortByNoSort translations by lastModifiedAt or empty (default alphabetical sort).
sortOrderNoSort order: asc, desc (default).

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/simplelocalize/simplelocalize-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server