DeveloperWebMCP verified
h3.dev WebMCP tools
H(TTP) server framework built on top of web standards for high performance and composability.
DeveloperWebMCP verified
H(TTP) server framework built on top of web standards for high performance and composability.
H(TTP) server framework built on top of web standards for high performance and composability. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Search pages and sections in H3. Returns ranked matches with previews, route paths and optional heading anchors. Use `read_page` to read a result.
Open the h3.dev website and ask your browser agent to use search_docsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the search_docs tool on h3.dev with query: <string>, limit: <integer>. Return the structured result and cite the source page.query string Search terms, e.g. 'deploy to vercel' or 'defineNitroPlugin'.limit integer Maximum number of results (1-50, default 10).List pages in the documentation navigation with titles, paths, URLs and available descriptions. Use for browsing; use `search_docs` for a specific topic.
Open the h3.dev website and ask your browser agent to use list_pagesInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the list_pages tool on h3.dev. Return the structured result and cite the source page.Get project metadata and links: website, source repository, issues, releases, community, `llms.txt` bundles and versions.
Open the h3.dev website and ask your browser agent to use get_project_infoInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_project_info tool on h3.dev. Return the structured result and cite the source page.Read a documentation page as Markdown by route path. Links in it are route paths for this tool. If `truncated`, continue with `nextOffset` as `offset`. Generated pages have no Markdown source.
Open the h3.dev website and ask your browser agent to use read_pageInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the read_page tool on h3.dev with path: <string>, offset: <integer>, maxLength: <integer>. Return the structured result and cite the source page.path string Route path of the page, e.g. '/guide/getting-started'.offset integer Character offset; use `nextOffset` to continue (default 0).maxLength integer Maximum Markdown characters to return (1-40000, default 40000).Get metadata for the page the user is viewing: path, URL, title, description and heading outline.
Open the h3.dev website and ask your browser agent to use get_current_pageInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_current_page tool on h3.dev. Return the structured result and cite the source page.Open a documentation page in the user's browser, optionally at a heading. Use only when the user asks to navigate; use `read_page` to inspect content without moving them.
Open the h3.dev website and ask your browser agent to use navigateInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the navigate tool on h3.dev with path: <string>, hash: <string>. Return the structured result and cite the source page.path string Route path to open, e.g. '/guide/getting-started'.hash string Heading anchor to scroll to, e.g. '#installation'.