mediawiki-mcp-server

search

Search for wiki pages across MediaWiki-based sites like Wikipedia, Fandom, and Wiki.gg. Enter a query to retrieve a list of matching pages, with optional limit for results.

Instructions

Search for a wiki page. The shorter the request, the better, preferably containing only the main term to be searched. Args: query: The query to search for limit: The number of results to return Returns: A list of pages that match the query

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "searchArguments", "type": "object" }

You must be authenticated.

Other Tools from mediawiki-mcp-server

Related Tools

ID: 9f9zunnuyj