Skip to main content
Glama

Weblate MCP Server

by mmntm

getLanguageStatistics

Generate language-specific statistics across all translation projects in Weblate MCP Server by providing the target language code for comprehensive analysis.

Instructions

Get statistics for a specific language across all projects

Input Schema

NameRequiredDescriptionDefault
languageCodeYesThe language code (e.g., en, es, fr)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "languageCode": { "description": "The language code (e.g., en, es, fr)", "type": "string" } }, "required": [ "languageCode" ], "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