Skip to main content
Glama

Localizable XStrings MCP Server

apply_missing_tool

Apply translations to missing keys in Xcode String Catalogs for a target language, filling gaps without overwriting existing translations.

Instructions

MCP tool to apply only missing translations for a target language in xcstrings file. Only translates keys that don't already have translations in the target language. Args: file_path (str): Path to the .xcstrings file target_language (str): Target language code app_description (str): Optional description of the app for better translation context Returns: str: Application result with newly translated keys or error message

Input Schema

NameRequiredDescriptionDefault
app_descriptionNo
file_pathYes
target_languageYes

Input Schema (JSON Schema)

{ "properties": { "app_description": { "default": "", "title": "App Description", "type": "string" }, "file_path": { "title": "File Path", "type": "string" }, "target_language": { "title": "Target Language", "type": "string" } }, "required": [ "file_path", "target_language" ], "type": "object" }

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/iamnotagentleman/localizable-xcstrings-mcp'

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