Skip to main content
Glama

WikiJS MCP Server

by RicardoCenci

get_page_by_path

Retrieve a WikiJS page by specifying its path and locale, enabling integration with WikiJS knowledge bases for content access in AI assistants.

Instructions

Get a WikiJS page by its path and locale

Input Schema

NameRequiredDescriptionDefault
localeYesThe locale of the page (e.g., "en")
pathYesThe path of the page to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "locale": { "description": "The locale of the page (e.g., \"en\")", "pattern": "^[a-z]{2}(-[A-Z]{2})?$", "type": "string" }, "path": { "description": "The path of the page to retrieve", "type": "string" } }, "required": [ "path", "locale" ], "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