Skip to main content
Glama

Weblate MCP Server

by mmntm

searchTranslationsByKey

Locate translations using key patterns across components in a specific project. Optional filters for exact matches, components, or languages streamline search results.

Instructions

Search for translations by key pattern across components in a project

Input Schema

NameRequiredDescriptionDefault
componentSlugNoOptional: limit search to specific component
exactMatchNoWhether to match the key exactly (default: false)
keyPatternYesThe key pattern to search for (supports partial matching)
languageCodeNoOptional: limit search to specific language
projectSlugYesThe slug of the project to search in

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "componentSlug": { "description": "Optional: limit search to specific component", "type": "string" }, "exactMatch": { "default": false, "description": "Whether to match the key exactly (default: false)", "type": "boolean" }, "keyPattern": { "description": "The key pattern to search for (supports partial matching)", "type": "string" }, "languageCode": { "description": "Optional: limit search to specific language", "type": "string" }, "projectSlug": { "description": "The slug of the project to search in", "type": "string" } }, "required": [ "projectSlug", "keyPattern" ], "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