Skip to main content
Glama

Weblate MCP Server

by mmntm

listTranslationKeys

Retrieve all translation keys from a project in Weblate, optionally filtered by component or language, to streamline translation management.

Instructions

List all translation keys in a project (optionally filtered by component)

Input Schema

NameRequiredDescriptionDefault
componentSlugNoOptional: filter by specific component
languageCodeNoOptional: filter by specific language
projectSlugYesThe slug of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "componentSlug": { "description": "Optional: filter by specific component", "type": "string" }, "languageCode": { "description": "Optional: filter by specific language", "type": "string" }, "projectSlug": { "description": "The slug of the project", "type": "string" } }, "required": [ "projectSlug" ], "type": "object" }

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/mmntm/weblate-mcp'

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