mediawiki_get_images
Retrieve images and files from a MediaWiki page by providing the page title. Returns image titles, URLs, dimensions, and file sizes for content analysis.
Instructions
Get all images and files used on a wiki page.
USE WHEN: User asks "what images are on X", "show files used in the article", "list media on this page".
PARAMETERS:
title: Page name (required)
limit: Max images (default 50)
RETURNS: Image titles, URLs, dimensions, and file sizes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title to get images from | |
| limit | No | Maximum images to return (default 50, max 500) |