mediawiki_get_external_links
Retrieve all external URLs from a wiki page. Lists outgoing hyperlinks to external websites for a given page title.
Instructions
Get all external URLs from a wiki page.
USE WHEN: User asks "what external links are on X", "show outgoing URLs", "list http links".
NOT FOR: Incoming wiki links (use mediawiki_get_backlinks). Not for verifying links work (use mediawiki_check_links).
PARAMETERS:
title: Page name (required)
RETURNS: List of external URLs on the 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. | |
| title | Yes | Page title to get external links from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| links | Yes | ||
| count | Yes |