Skip to main content
Glama

lokalise_create_task

Create translation or review tasks in Lokalise to assign work to translators, set deadlines, and organize localization sprints.

Instructions

Initiates a new batch of translation or review work. Required: projectId, title, languages array. Optional: description, due_date, assignees (applies to all languages), type (translation/review), keys scope. Use to assign work to translators, set deadlines, or organize sprints. Returns: Created task with ID and assignments. Tip: Use assignees for simple same-user-all-languages setup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject ID to create task in
titleYesTask title (required)
descriptionNoTask description
keysNoArray of key IDs to include in this task. Only provide if you want to limit the task to specific keys. Leave empty to include all project keys
languagesNoLanguages with specific user/group assignments. Each language MUST have either 'users' or 'groups' specified, unless you use the top-level 'assignees' parameter
assigneesNoUser IDs to assign to ALL languages in the task. This is a convenience parameter - if specified, these users will be assigned to every language in the task. Use this OR specify users/groups per language, not both
due_dateNoDue date in ISO format (YYYY-MM-DD HH:MM:SS)
source_language_isoNoSource language ISO code
auto_close_languagesNoAuto-close languages when completed
auto_close_taskNoAuto-close task when all languages completed
auto_close_itemsNoAuto-close items when completed
task_typeNoType of task: 'translation' (human translation work), 'review' (quality review by editors), 'automatic_translation' (AI-powered machine translation with human review), 'lqa_by_ai' (AI-powered linguistic quality assurance). Choose based on workflow needs - translation for new content, review for quality control, automatic_translation for speed with oversight, lqa_by_ai for AI translation with quality checkstranslation
parent_task_idNoParent task ID for subtasks
closing_tagsNoTags that close the task when applied
do_lock_translationsNoLock translations when task is created
custom_translation_status_idsNoCustom translation status IDs
Install Server

Other Tools

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/AbdallahAHO/lokalise-mcp'

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