list_webmcp_tools
List all WebMCP tools registered by AgentScripts in a browser tab to verify exports and show permission status (allow, prompt, deny) so you know which calls require approval before running.
Instructions
List all WebMCP tools currently registered by AgentScripts for a specific browser tab. Use this to verify that an exported AgentScript is correctly registering its tools on the target page. Each entry carries a permission field (allow / prompt / deny) telling you what will happen BEFORE you call it: prompt blocks on an in-browser consent modal for up to 5 minutes, deny fails immediately. Read it and tell the user which calls will need their approval, rather than discovering it mid-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab ID to query. Defaults to the active tab. |