get_all_pages
Retrieve all pages from a WikiJS knowledge base using the MCP server, enabling efficient content management and integration with AI assistants for seamless access to stored information.
Instructions
Get all pages in WikiJS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}