Skip to main content
Glama

Weblate MCP Server

by mmntm

getUserStatistics

Retrieve detailed contribution statistics for a specific user in Weblate translation projects by providing their username. Supports efficient user activity tracking and analysis.

Instructions

Get contribution statistics for a specific user

Input Schema

NameRequiredDescriptionDefault
usernameYesThe username to get statistics for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "username": { "description": "The username to get statistics for", "type": "string" } }, "required": [ "username" ], "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