Skip to main content
Glama

mediawiki_check_translations

Identify pages lacking translations in specified languages to manage language coverage and prioritize translation work.

Instructions

Find pages missing translations in specified languages.

USE WHEN: User asks "which pages need German translation", "find missing translations", "check language coverage".

PARAMETERS:

  • languages: Array of language codes (required, e.g., ["de", "fr", "es"])

  • base_pages: Specific pages to check (optional)

  • category: Check pages in category (optional)

  • pattern: Naming pattern - "subpages" (Page/de), "suffixes" (Page (de)), or "prefixes" (de:Page)

  • limit: Max pages (default 50)

RETURNS: Missing translations grouped by language.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
base_pagesNoBase page names to check for translations (without language suffix)
categoryNoCategory to get base pages from (alternative to base_pages)
languagesYesLanguage codes to check (e.g., ['en', 'no', 'sv'])
patternNoPattern for language pages: 'subpage' (Page/lang), 'suffix' (Page (lang)), or 'prefix' (lang:Page). Default: 'subpage'
limitNoMax base pages to check (default 20, max 100)

Latest Blog Posts

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/olgasafonova/mediawiki-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server