Skip to main content
Glama

mediawiki_get_category_members

Retrieve pages, subcategories, or files from a MediaWiki category to organize and access wiki content efficiently.

Instructions

Get all pages that belong to a specific category.

USE WHEN: User asks "show pages in Documentation category", "list all tutorials", "what's in Category:API".

NOT FOR: Listing categories themselves (use mediawiki_list_categories).

PARAMETERS:

  • category: Category name without "Category:" prefix (required)

  • type: Filter by type - "page", "subcat", "file", or all (default)

  • limit: Max members (default 50)

  • continue_from: Pagination token

RETURNS: Page titles in the category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesCategory name (with or without 'Category:' prefix)
limitNoMaximum members to return (default 50, max 500)
continue_fromNoContinue token for pagination
typeNoFilter by type: 'page', 'subcat', 'file', or empty for all

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