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 |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
browser_navigate | Navigate to a URL Copy |
browser_screenshot | Take a screenshot of the current page or a specific element Copy |
browser_click | Click an element on the page Copy |
browser_iframe_click | Click an element inside an iframe on the page Copy |
browser_fill | fill out an input field Copy |
browser_select | Select an element on the page with Select tag Copy |
browser_hover | Hover over an element on the page Copy |
browser_evalute | Evaluate a JavaScript expression in the browser console Copy |
browser_close | Close the browser and release all resources |
browser_get_visible_text | Get the visible text of the current page |
browser_get_visible_html | Get the HTML of the current page |
browser_go_back | Navigate back in browser history |
browser_go_forward | Navigate forward in browser history |
browser_drag | Drag an element to another element Copy |
browser_press_key | Press a key on the keyboard Copy |
browser_save_as_pdf | Save the current page as a PDF Copy |