WebMCP

DeveloperWebMCP verified

useblume.dev WebMCP tools

Ship beautiful, fast, AI-ready documentation from plain markdown. Blume gives you search, theming, SEO, and one-command deploys on Astro and Vite.

3 tools1 methodspolyfill API surface

What can an agent do with useblume.dev WebMCP tools?

Ship beautiful, fast, AI-ready documentation from plain markdown. Blume gives you search, theming, SEO, and one-command deploys on Astro and Vite. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on useblume.dev

Tool 1 of 3WebMCPAnswer

search_docs

Full-text search across this documentation site. Returns matching pages with their title, URL, and a short excerpt.

How to install

Open the useblume.dev website and ask your browser agent to use search_docs

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search_docs tool on useblume.dev with query: <string>. Return the structured result and cite the source page.

Input contract

  • query string The search query.

Open the source definition

Tool 2 of 3WebMCPAnswer

get_page

Fetch a page of this site as plain Markdown. Pass the page's root-relative route, e.g. `/quickstart`.

How to install

Open the useblume.dev website and ask your browser agent to use get_page

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_page tool on useblume.dev with route: <string>. Return the structured result and cite the source page.

Input contract

  • route string Root-relative page route, e.g. `/quickstart`.

Open the source definition

Tool 3 of 3WebMCPAnswer

list_pages

List this site's pages: the llms.txt index of every page with its URL and summary, organized by section.

How to install

Open the useblume.dev website and ask your browser agent to use list_pages

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the list_pages tool on useblume.dev. Return the structured result and cite the source page.

Input contract

    Open the source definition