# Angelia (Wagtail CMS)
Angelia is the website publishing platform. The MCP exposes 24 tools across pages, media, blog, events, and syndication. Content fields take **raw HTML** (not Markdown, not StreamField blocks).
- **`get_page_tree()` first.** Always start by reading the site structure. You need parent IDs to create pages, and you need to know what already exists.
- **Draft by default.** Every creation tool defaults to `publish=False`. Don't publish until the content has been reviewed.
- **HTML, not Markdown.** All content fields take raw HTML.
- **Don't include ``, ``, `