Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 the wiki using keywords |
| read_page | Fetch the raw wikitext content of a page |
| create_page | Create a new wiki page |
| update_page | Update an existing wiki page |
| get_page_history | Get revision history of a page |
| get_categories | Get categories a page belongs to |