Skip to main content
Glama

mediawiki_get_page_info

Read-onlyIdempotent

Retrieve page metadata including last edit timestamp, creator, protection status, and page size for MediaWiki pages without fetching content.

Instructions

Get page metadata without content.

USE WHEN: User asks "when was X last edited", "who created the FAQ", "is the page protected".

NOT FOR: Getting page content (use mediawiki_get_page). Not for full edit history (use mediawiki_get_revisions).

PARAMETERS:

  • title: Page name (required)

RETURNS: Last edit timestamp, page size, protection status, creator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPage title

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
existsYes
lengthYes
page_idYes
touchedYes
redirectYes
namespaceYes
categoriesNo
protectionNo
links_countYes
redirect_toNo
content_modelYes
page_languageYes
last_revision_idYes

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