Skip to main content
Glama

mediawiki_audit

Read-onlyIdempotent

Run a comprehensive wiki health audit to identify broken links, glossary violations, unlinked pages, and recent changes issues, providing a health score and recommendations.

Instructions

Run comprehensive wiki health audit with multiple checks.

USE WHEN: User asks "run health check", "audit the wiki", "check wiki quality".

PARAMETERS:

  • checks: Array of checks to run (default all):

    • "links": Broken internal links

    • "terminology": Glossary violations

    • "orphans": Unlinked pages

    • "activity": Recent changes

    • "external": Broken external links (slow)

  • limit: Max items per check (default 20)

RETURNS: Health score (0-100), detailed results per check, and recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pagesNoSpecific pages to audit
categoryNoCategory to audit (alternative to pages)
limitNoMax pages to audit (default 20, max 50)
checksNoWhich checks to run: 'links', 'terminology', 'orphans', 'external', 'activity'. Default: all except 'external'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
wiki_nameYes
audited_atYes
pages_auditedYes
health_scoreYes
summaryYes
broken_linksNo
terminologyNo
orphaned_pagesNo
external_linksNo
recent_activityNo
errorsNo
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint. Description adds valuable context: it returns health score (0-100), detailed results per check, and recommendations, and notes that 'external' check is slow. No contradictions.

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?

Well-structured with clear sections (USE WHEN, PARAMETERS, RETURNS). Every sentence provides unique value. No redundant or vague phrasing.

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 the presence of an output schema, the description appropriately focuses on input and behavior. It covers all necessary context for selecting and invoking the tool correctly.

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

Parameters4/5

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

Input schema has 100% coverage with descriptions for all four parameters. The description adds further detail: explains the 'checks' parameter options with defaults (default all except external), and clarifies 'limit' default and max. This adds meaning beyond schema.

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?

The description clearly states it runs a comprehensive wiki health audit with multiple specific checks (links, terminology, orphans, activity, external). It distinguishes itself from sibling tools like mediawiki_find_broken_internal_links or mediawiki_check_terminology by being an all-in-one audit.

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

Usage Guidelines4/5

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

Explicitly says 'USE WHEN: User asks run health check, audit the wiki, check wiki quality.' Provides clear context for invocation. Does not explicitly state when not to use, but the guidance is strong.

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