mediawiki_check_links
Verify external URL accessibility by checking HTTP status codes and response times to identify broken links in MediaWiki content.
Instructions
Verify external URL accessibility via HTTP requests.
USE WHEN: User asks "check if these links work", "find broken URLs", "verify external links".
NOT FOR: Finding broken internal wiki links (use mediawiki_find_broken_internal_links).
PARAMETERS:
urls: Array of URLs to check (required, max 20)
timeout: Request timeout in seconds (default 10)
RETURNS: URL status codes, response times, and broken link identification.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of URLs to check (max 20) | |
| timeout | No | Timeout per URL in seconds (default 10, max 30) |