WebMCP Tools
Explore the available WebMCP tools on this site. All tools are accessible to AI agents via both declarative (HTML-based) and imperative (JavaScript API) patterns.
Available Tools
get_intake_form_schema
Get the JSON Schema for the WebMCP setup intake form. Use this tool to understand what fields are required when submitting an intake request.
Read-onlyvalidate_intake
Validate an intake form payload without submitting it. Use this tool to check if the data is valid before calling submit_intake.
Read-onlysubmit_intake
Submit a WebMCP setup intake form. Use this tool to request WebMCP implementation services. The form will be reviewed and you will receive a response within 24 hours.
get_next_steps
Get information about next steps after submitting an intake form. Use this tool to learn what happens after submission.
Read-onlyHow to Use
These tools are available to AI agents in two ways:
- 1. Declarative (HTML-based):
The intake form at/intakehastoolnameandtoolparamdescriptionattributes that agents can discover and invoke. - 2. Imperative (JavaScript API):
Tools are registered vianavigator.modelContext.registerTool()when an agent browses this site with a compatible browser.
The playground above allows you to test these tools directly by providing JSON input and viewing the structured output.