Skip to main content
Glama

mediawiki_find_similar_pages

Identify duplicate or overlapping wiki pages by comparing content similarity to maintain consistency and reduce redundancy in MediaWiki wikis.

Instructions

Find pages with similar content (potential duplicates or overlaps).

USE WHEN: User asks "find similar pages", "are there duplicates", "what pages overlap with X".

NOT FOR: Finding related pages by links (use mediawiki_get_related).

PARAMETERS:

  • page: Source page name (required)

  • category: Limit search to category (optional)

  • min_score: Minimum similarity threshold 0-1 (default 0.5)

  • limit: Max similar pages (default 10)

RETURNS: Similar pages with similarity scores and linking recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYesPage title to find similar pages for
limitNoMaximum similar pages to return (default 10, max 50)
categoryNoLimit search to pages in this category
min_scoreNoMinimum similarity score 0-1 (default 0.1)

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