Skip to main content
Glama

WikiJS MCP Server

by RicardoCenci

get_page_by_id

Retrieve specific WikiJS pages by their unique ID using this tool, enabling precise content extraction and integration for AI-assisted workflows.

Instructions

Get a WikiJS page by its ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the page to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The ID of the page to retrieve", "type": "number" } }, "required": [ "id" ], "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