Tool tree
Ship beautiful, fast, AI-ready documentation from plain markdown. Blume gives you search, theming, SEO, and one-command deploys on Astro and Vite.
search_docsanswer
Full-text search across this documentation site. Returns matching pages with their title, URL, and a short excerpt.
View tool JSON
{
"name": "search_docs",
"kind": "answer",
"impl": "imperative",
"description": "Full-text search across this documentation site. Returns matching pages with their title, URL, and a short excerpt.",
"inputSchema": {
"properties": {
"query": {
"description": "The search query.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"page": "/"
}get_pageanswer
Fetch a page of this site as plain Markdown. Pass the page's root-relative route, e.g. `/quickstart`.
View tool JSON
{
"name": "get_page",
"kind": "answer",
"impl": "imperative",
"description": "Fetch a page of this site as plain Markdown. Pass the page's root-relative route, e.g. `/quickstart`.",
"inputSchema": {
"properties": {
"route": {
"description": "Root-relative page route, e.g. `/quickstart`.",
"type": "string"
}
},
"required": [
"route"
],
"type": "object"
},
"page": "/"
}list_pagesanswer
List this site's pages: the llms.txt index of every page with its URL and summary, organized by section.
View tool JSON
{
"name": "list_pages",
"kind": "answer",
"impl": "imperative",
"description": "List this site's pages: the llms.txt index of every page with its URL and summary, organized by section.",
"inputSchema": {
"properties": {},
"type": "object"
},
"page": "/"
}