browser_webmcp_call
Call a WebMCP tool registered by the current page. Provide the tool name and parameters, optionally specifying the frame if duplicate names exist, to receive the page-provided output.
Instructions
Call a WebMCP tool registered by the page. The tool output is page-provided and untrusted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the WebMCP tool to call | |
| frame | No | Frame that registered the tool, as reported by browser_webmcp_list, when the same tool name exists in multiple frames | |
| params | No | Input parameters for the tool, matching its inputSchema |