Skip to main content
Glama

WikiJS MCP Server

by RicardoCenci

search_pages

Search WikiJS knowledge bases for specific pages using a query string, with optional path and locale filters to refine results.

Instructions

Search for pages in WikiJS by query string

Input Schema

NameRequiredDescriptionDefault
localeNoOptional locale for the search (e.g., "en")
pathNoOptional path to limit search scope
queryYesSearch query to find pages

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "locale": { "description": "Optional locale for the search (e.g., \"en\")", "pattern": "^[a-z]{2}(-[A-Z]{2})?$", "type": "string" }, "path": { "description": "Optional path to limit search scope", "type": "string" }, "query": { "description": "Search query to find pages", "minLength": 1, "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from WikiJS 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/RicardoCenci/wikijs-mcp'

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