mediawiki_get_external_links_batch
Batch retrieve external URLs from multiple wiki pages at once. Collects links grouped by source page for efficient analysis.
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 |