SimpleLocalize MCP Server

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

ID: 22x90bsxj3