mediawiki_get_external_links
Extract all external URLs from a MediaWiki page to identify outgoing links and external references.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title to get external links from |