Skip to main content
Glama

Weblate MCP Server

by mmntm

searchTranslationKeys

Search for translation keys matching a specific pattern within a project on Weblate MCP Server, optionally filtered by component, to streamline localization tasks.

Instructions

Search for translation keys by pattern in a project

Input Schema

NameRequiredDescriptionDefault
componentSlugNoOptional: limit search to specific component
keyPatternYesThe pattern to search for in key names (case-insensitive)
projectSlugYesThe slug of the project

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" }, "keyPattern": { "description": "The pattern to search for in key names (case-insensitive)", "type": "string" }, "projectSlug": { "description": "The slug of the project", "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