Skip to main content
Glama

mediawiki_check_links

Read-onlyIdempotent

Verify external URL accessibility by checking HTTP status codes and response times, identifying any broken links.

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
NameRequiredDescriptionDefault
rationaleNoOptional one-sentence explanation of why you are calling this tool. Used for audit trails when present.
urlsYesList of URLs to check (max 20)
timeoutNoTimeout per URL in seconds (default 10, max 30)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
total_linksYes
broken_countYes
valid_countYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, idempotent, openWorld. Description adds that it performs HTTP requests and returns status codes, response times, and broken link identification. Could mention potential rate limits or external dependency, but overall good.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise, well-structured with sections (USE WHEN, NOT FOR, PARAMETERS, RETURNS). Every sentence adds value, no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a simple tool, good annotations, and output schema, the description covers purpose, usage, parameters, and return value. No critical gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline 3. Description adds little beyond schema: repeats parameter info (urls max 20, timeout default 10) but provides no new semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the verb 'verify' and resource 'external URL accessibility', with explicit usage examples. It distinguishes from sibling tool mediawiki_find_broken_internal_links.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Includes explicit 'USE WHEN' and 'NOT FOR' sections, providing clear context for when to use and an alternative tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/olgasafonova/mediawiki-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server