mediawiki_get_images
Retrieve all images and files used on any MediaWiki page, including titles, URLs, dimensions, and sizes. Use to answer questions about page media.
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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum images to return (default 50, max 500) | |
| title | Yes | Page title to get images from | |
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| title | Yes | ||
| images | Yes |