Skip to main content
Glama

Weblate MCP Server

by mmntm

searchStringInProject

Locate specific text within translation projects by searching source, target, or both in Weblate MCP Server.

Instructions

Search for translations containing specific text in a project

Input Schema

NameRequiredDescriptionDefault
projectSlugYesThe slug of the project to search in
searchInNoWhere to search: source text, target translation, or bothboth
valueYesThe text to search for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectSlug": { "description": "The slug of the project to search in", "type": "string" }, "searchIn": { "default": "both", "description": "Where to search: source text, target translation, or both", "enum": [ "source", "target", "both" ], "type": "string" }, "value": { "description": "The text to search for", "type": "string" } }, "required": [ "projectSlug", "value" ], "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