mediawiki_get_external_links_batch
Batch retrieve external URLs from up to 10 wiki pages at once, grouped by source page.
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
| Name | Required | Description | Default |
|---|---|---|---|
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. | |
| titles | Yes | Page titles to get external links from (max 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | ||
| total_links | Yes |