Skip to main content
Glama

Weblate MCP Server

by mmntm

listRecentChanges

Track and display recent translation changes in Weblate projects, filter by user or timestamp, and manage updates efficiently.

Instructions

List recent changes across all projects in Weblate

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of changes to return (default: 20)
timestampAfterNoShow changes after this timestamp (ISO format)
timestampBeforeNoShow changes before this timestamp (ISO format)
userNoFilter by specific user

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" }, "timestampAfter": { "description": "Show changes after this timestamp (ISO format)", "type": "string" }, "timestampBefore": { "description": "Show changes before this timestamp (ISO format)", "type": "string" }, "user": { "description": "Filter by specific user", "type": "string" } }, "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