Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Browser console logs |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
navigate | Navigate to any URL in the browser |
reload | Reload the current page |
screenshot | Capture screenshots of the entire page or specific elements |
click | Click elements on the page |
select | Select an element with SELECT tag |
evaluate | Execute JavaScript in the browser console |
search_html | Outputs the HTML of elements that deeply contain the given search query. Elements that don't contain the given query are omitted using a [...] placeholder. |
print_element | Outputs the full HTML of the given element |
test_rule | Tests the given Autoconsent rule on the given URL |
reset_browser_data | Reset browser data including cookies, cache, localStorage, and sessionStorage |