Skip to main content
Glama

mediawiki-mcp-server

search-page

Search wiki page titles and contents by entering specific terms and receive matching results within a defined limit for efficient information retrieval.

Instructions

Search wiki page titles and contents for the provided search terms, and returns matching pages.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of search results to return (1-100)
queryYesSearch terms

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of search results to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search terms", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from mediawiki-mcp-server

Related Tools

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/ProfessionalWiki/MediaWiki-MCP-Server'

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