Wiki

The Tower wiki lives on Fandom as wikitext. The package converts pages to Markdown so apps and assistants can read behavior text without scraping by hand.

import { fetchFandomPageAsMarkdown } from 'thetowersdk/wiki'

const md = await fetchFandomPageAsMarkdown('Death Wave')
console.log(md)

Through MCP, agents use wiki_search and wiki_page for the same content.

MCP & AI →