Skip to main content
Glama

delete_language

Destructive

Remove a language and all its translations from your SimpleLocalize project by providing the language key (e.g., en, pl_PL).

Instructions

This tool will delete a language from your SimpleLocalize project.

  • Provide 'languageKey' (required), e.g. en, pl_PL.

  • This also removes all translations for that language. Use with caution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageKeyYesThe language key to delete (e.g. en, pl_PL).
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

The description adds important behavioral context beyond the destructiveHint annotation by explicitly warning that all translations for that language are also removed. This gives the agent a clearer understanding of the blast radius before invoking the tool.

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 short, focused, and front-loaded with the core action, followed by the required parameter and the critical side-effect warning. Every sentence earns its place.

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

Completeness5/5

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

For a simple one-parameter destructive tool, the description covers what is deleted, how to specify the language, and the major side effect. No output schema exists, but nothing essential for invoking the tool correctly is missing.

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?

The schema already documents languageKey with 100% coverage, including an example. The description mostly restates the same information, adding little semantic value beyond what the schema provides.

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?

States a specific verb and resource: deletes a language from a SimpleLocalize project. It is clearly distinguishable from sibling tools like delete_translation_key (which deletes a translation key) and delete_customer/delete_tag.

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

Usage Guidelines3/5

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

The usage context is implied: use this when you want to delete a language. However, it does not explicitly say when not to use it or name alternatives such as delete_translation_key for removing only individual translations.

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

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

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