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 |
|---|---|
| open-browser | Open the browser, both environment and profile mean browser |
| close-browser | Close the browser |
| create-browser | Create a browser |
| update-browser | Update the browser |
| delete-browser | Delete the browser |
| get-browser-list | Get the list of browsers |
| get-opened-browser | Get the list of opened browsers |
| move-browser | Move browsers to a group |
| create-group | Create a browser group |
| update-group | Update the browser group |
| get-group-list | Get the list of groups |
| get-application-list | Get the list of applications |
| connect-browser-with-ws | Connect the browser with the ws url |
| open-new-page | Open a new page |
| navigate | Navigate to the url |
| screenshot | Get the screenshot of the page |
| get-page-visible-text | Get the visible text content of the page |
| get-page-html | Get the html content of the page |
| click-element | Click the element |
| fill-input | Fill the input |
| select-option | Select the option |
| hover-element | Hover the element |
| scroll-element | Scroll the element |
| press-key | Press the key |
| evaluate-script | Evaluate the script |
| drag-element | Drag the element |
| iframe-click-element | Click the element in the iframe |