image
Retrieve a Wikipedia article's lead visual as separate 300px thumbnail and full-resolution original URLs for embedding in cards, posts, or slide decks without summary text.
Instructions
Get just the lead image for a Wikipedia article — returns both the 300px thumbnail URL and the full-resolution original URL from Wikipedia's REST summary endpoint. Useful when you want the article's image for embedding elsewhere (cards, Telegram posts, slide decks, README hero images) without the surrounding summary text. summary embeds the thumbnail inline; image exposes both URLs separately so downstream tools can fetch / display at any size. Returns a clean message if the article has no image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Wikipedia language code (default 'en') | en |
| title | Yes | Article title (e.g. 'Tyrannosaurus' or 'Albert_Einstein') |