mediawiki_get_images
Get all images and files used on a specific wiki page. Provide the page title to receive image titles, URLs, dimensions, and file sizes.
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 |
|---|---|---|---|
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. | |
| title | Yes | Page title to get images from | |
| limit | No | Maximum images to return (default 50, max 500) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| images | Yes | ||
| count | Yes |