mediawiki_get_external_links_batch
Retrieve external URLs from multiple MediaWiki pages simultaneously to collect references efficiently. Specify up to 10 page titles to get grouped results.
Instructions
Batch retrieve external URLs from multiple pages at once.
USE WHEN: User asks "get links from these 5 pages", "collect URLs from multiple articles".
NOT FOR: Single page (use mediawiki_get_external_links - more efficient).
PARAMETERS:
titles: Array of page names (required, max 10)
RETURNS: External URLs grouped by source page.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| titles | Yes | Page titles to get external links from (max 10) |