mediawiki_get_page_info
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
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title |