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-only

validate_intake

Validate an intake form payload without submitting it. Use this tool to check if the data is valid before calling submit_intake.

Read-only

submit_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-only

How to Use

These tools are available to AI agents in two ways:

  1. 1. Declarative (HTML-based):
    The intake form at /intake has toolname and toolparamdescription attributes that agents can discover and invoke.
  2. 2. Imperative (JavaScript API):
    Tools are registered via navigator.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.