media_list
List every image, video, and audio file in a Wikipedia article, not just the lead thumbnail. Returns structured titles, types, captions, and thumbnail URLs for galleries or audits.
Instructions
List all media (images, videos, audio) used in a Wikipedia article — not just the lead thumbnail. Returns a structured markdown list: file title, type (image/video/audio), caption, and thumbnail URL. Lead media is marked so callers can skip it when they already have it via image. Uses Wikipedia's REST /page/media-list endpoint (structured JSON, no HTML parsing). Pairs with image (lead only) — use image for the headline thumbnail, media_list for the full inventory (gallery generation, fact-checking, slide decks, audits). limit clamps the number of items (default 25, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Wikipedia language code (default 'en') | en |
| limit | No | Max media items to return (default 25, max 100) | |
| title | Yes | Article title (e.g. 'Tyrannosaurus' or 'Albert_Einstein') |