browse
Open a URL to start a browser session or continue with a session ID, then execute one or multiple tools on the page to automate actions and extract needed content.
Instructions
Browse a web page or execute tools on a page. Use url to open a new session, or session_id to continue an existing session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to open a new browser session | |
| tool | No | Tool name to execute on the page | |
| tools | No | Array of tools to execute in sequence (batch) | |
| params | No | Parameters for the tool | |
| session_id | No | Existing session ID to continue browsing | |
| include_page_content | No | Include detailed page content analysis |