Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
WIKIJS_URL | Yes | URL of your WikiJS instance | |
WIKIJS_API_KEY | Yes | WikiJS API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_pages | Search for pages in WikiJS by query string |
get_page_by_id | Get a WikiJS page by its ID |
get_page_by_path | Get a WikiJS page by its path and locale |
get_all_pages | Get all pages in WikiJS |