Skip to main content
Glama

SimpleLocalize MCP Server

by GalvinGao

create_translation_keys

Generate multiple translation keys simultaneously for a project. Define keys, optional namespaces, and descriptions to streamline localization processes.

Instructions

Create translation keys in bulk for a project.

This endpoint allows you to create multiple translation keys at once. You can create up to 100 translation keys in a single request. Each key must have a 'key' field, and optionally can include 'namespace' and 'description' fields.

Args: keys: List of dictionaries containing key information with fields: - key (required): Translation key (max 500 chars) - namespace (optional): Namespace for the key (max 64 chars) - description (optional): Description for translators (max 500 chars)

Input Schema

NameRequiredDescriptionDefault
keysYes

Input Schema (JSON Schema)

{ "properties": { "keys": { "items": { "type": "object" }, "title": "Keys", "type": "array" } }, "required": [ "keys" ], "title": "create_translation_keysArguments", "type": "object" }

You must be authenticated.

Other Tools from SimpleLocalize MCP Server

Related Tools

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/GalvinGao/mcp-simplelocalize'

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