Our agents have multiple tools to help you accomplish even the most specific of tasks. To enable a tool, click on a node and scroll down to Tools, then select the one you need.

Send User Message

The agent uses this to interact with the user by asking questions or providing information. The agent provides a reason and a message when clarification, approval, confirmation, or information is needed. The agent will pause until the user responds.

Extract HTML

The agent uses this to extract the HTML content of the current page and download it as a file. The agent provides a file name for the downloaded content to save the page’s HTML for later analysis or record-keeping.

Get Text

The agent uses this to extract all text content from the webpage, returning the text in markdown format.

Write Scratchpad

The agent uses this to write important information to a persistent scratchpad file that can be referenced later. The agent provides content to save for future recall during task execution.

Read Scratchpad

The agent uses this to read previously saved information from the scratchpad file. The agent can retrieve important notes, findings, or context that was saved during earlier task execution.

List Downloads

The agent uses this to retrieve a list of all downloaded files from the browser session. The agent can use this to see what files have been downloaded, including file names, sizes, and download links for further processing or analysis.

Upload File

The agent uses this to upload files to a file input element on a webpage. The agent provides the selector for the file input element and the file paths to upload. Supports both local files and downloaded files using the ‘downloads/filename’ format for files downloaded during the browser session.

Zoom Out

The agent uses this to zoom out the browser page by a specified percentage. The agent provides the zoom percentage (1-100) to make content more visible or fit more content on screen. Default is 25% if not specified.

Zoom In

The agent uses this to zoom in the browser page by a specified percentage. The agent provides the zoom percentage (1-100) to make content larger and easier to read or interact with. Default is 25% if not specified.