Overview

The Go to URL tool allows your agent to navigate the browser to any specified URL. This is essential for directing the agent to different websites or pages during task execution.

Parameters

url
string
required

The full URL including protocol (e.g., https://www.example.com)

Examples

{
  "url": "https://www.google.com"
}
Always include the protocol (https://)

URL Requirements

Protocol Required

Always include https:// or http://

Valid Format

Use standard web address format

Ensure URLs are valid and accessible before navigation