Skip to main content
Glama

list_languages

Read-onlyIdempotent

Retrieve languages configured in a Texterify project to get language IDs for translation updates and check localization progress with completion metrics and default status.

Instructions

List languages configured in the Texterify project. Use this to get language IDs required by set_translation and to check translation progress per language. The response includes: data (languages with name, is_default flag, progress as 0-100 percentage of translated keys, and supports_plural_* flags indicating which CLDR plural forms apply), included (country_code and language_code with their codes), and meta.total. The language marked is_default is the primary language of the project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe Texterify project UUID. You can find this value in the project's texterify.json file under the 'project_id' field
searchNoFilter languages by name (case-insensitive substring match)
pageNoPage number, starting from 1 (default: 1). Use meta.total from the response to determine total pages
per_pageNoNumber of results per page (default: 10, max: 50)
Behavior4/5

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

With annotations covering read-only/idempotent safety, the description adds valuable domain context: detailed response structure (data, included, meta.total), explains that is_default marks the primary language, and clarifies that progress is a 0-100 percentage of translated keys.

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

Conciseness4/5

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

Well-structured with clear sentence ordering: purpose → usage → response details. The detailed response documentation is necessary given the absence of an output schema, though slightly dense.

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?

Complete for a read-only list operation: explains domain concepts (translation progress, default language), pagination behavior via meta.total, and compensates for the missing output schema by detailing response contents.

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?

With 100% schema description coverage, the schema fully documents all four parameters including where to find project_id and pagination logic. The description does not add parameter-specific semantics beyond the schema, warranting the baseline score of 3.

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 opens with a specific verb and resource ('List languages configured in the Texterify project'), clarifies the scope (Texterify project), and distinguishes purpose by mentioning its relationship to set_translation and translation progress checking.

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

Usage Guidelines4/5

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

Explicitly states two use cases: 'to get language IDs required by set_translation' and 'to check translation progress per language.' However, it lacks explicit guidance on when to use this versus sibling list operations like list_projects or list_keys.

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/mogharsallah/texterify-mcp'

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