Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_navigate | Navigate to a URL |
| browser_screenshot | Take a screenshot of the current page or a specific element |
| browser_click | Click an element on the page |
| browser_iframe_click | Click an element inside an iframe on the page |
| browser_fill | fill out an input field |
| browser_select | Select an element on the page with Select tag |
| browser_hover | Hover over an element on the page |
| browser_evalute | Evaluate a JavaScript expression in the browser console |
| 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 |
| browser_press_key | Press a key on the keyboard |
| browser_save_as_pdf | Save the current page as a PDF |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |