Skip to main content
Glama

lokalise_delete_task

Cancel work assignments in Lokalise projects by removing tasks from assignee queues. Use to delete mistaken tasks, clean completed work, or remove test assignments. Note: Only removes assignments - keys and translations remain unchanged.

Instructions

Cancels a work assignment, removing it from assignee queues. Required: projectId, taskId. Use to cancel mistaken tasks, clean completed work, or remove test assignments. Returns: Deletion confirmation. Note: Only removes the assignment - keys and translations remain unchanged. Cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject ID containing the task
taskIdYesTask ID to delete
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively communicates that this is a destructive operation ('Cannot be undone'), clarifies the scope of deletion ('Only removes the assignment - keys and translations remain unchanged'), and mentions the return value ('Deletion confirmation'). However, it doesn't specify permission requirements or potential side effects on workflows.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured with four distinct information chunks: action definition, required parameters, use cases, and behavioral notes. Each sentence earns its place by adding unique value without redundancy. The information is front-loaded with the core purpose first.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive operation with no annotations and no output schema, the description does well by covering the irreversible nature, scope limitations, and return value. However, it could be more complete by mentioning authentication requirements or error conditions. Given the 2-parameter simplicity and clear behavioral notes, it's mostly adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters adequately. The description adds minimal value by listing 'Required: projectId, taskId' but doesn't provide additional context about parameter formats, constraints, or relationships beyond what's in the schema. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Cancels a work assignment'), identifies the resource ('task'), and distinguishes it from siblings like 'lokalise_delete_key' or 'lokalise_delete_project' by specifying it only removes the assignment while leaving keys/translations unchanged. The verb 'cancels' is precise and differentiates from other deletion operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly provides three use cases ('cancel mistaken tasks, clean completed work, or remove test assignments'), which gives clear guidance on when to use this tool. It also distinguishes from alternatives by noting that keys and translations remain unchanged, implying this is for assignment management rather than content deletion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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