Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MEDIAWIKI_API_URL | No | The URL of the MediaWiki API endpoint | https://wizzypedia.forgottenrunes.com/w/api.php |
MEDIAWIKI_PASSWORD | No | Your MediaWiki password (required for write operations) | |
MEDIAWIKI_USERNAME | No | Your MediaWiki username (required for write operations) |
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 |