Skip to main content
Glama

Weblate MCP Server

by mmntm

getChangesByUser

Retrieve recent translation changes made by a specific user in Weblate MCP Server, with options to limit results for focused insights.

Instructions

Get recent changes by a specific user

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of changes to return (default: 20)
userYesUsername to filter by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 20, "description": "Number of changes to return (default: 20)", "type": "number" }, "user": { "description": "Username to filter by", "type": "string" } }, "required": [ "user" ], "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