Skip to main content
Glama

mediawiki_list_pages

Retrieve page titles from a MediaWiki wiki with filtering options like prefix matching, namespace selection, and pagination support.

Instructions

List wiki pages with optional prefix filter.

USE WHEN: User asks "list all pages", "show pages starting with API", "what pages exist".

NOT FOR: Finding pages by content (use mediawiki_search).

PARAMETERS:

  • prefix: Filter by title prefix (optional)

  • namespace: Namespace ID (default 0 = main)

  • limit: Max pages (default 50)

  • continue_from: Pagination token from previous response

RETURNS: Page titles and IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixNoFilter pages starting with this prefix
namespaceNoNamespace ID (0=main, 1=talk, etc.)
limitNoMaximum pages to return (default 50, max 500)
continue_fromNoContinue token for pagination

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