mediawiki_get_external_links_batch
Retrieve external URLs from up to 10 wiki pages in a single request. Groups external links by source page for easy collection.
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 |
|---|---|---|---|
| titles | Yes | Page titles to get external links from (max 10) | |
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | ||
| total_links | Yes |