Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| navigate | Navigate to a specific URL in the browser |
| click | Click an element on the page identified by a CSS selector |
| type | Type text into an input field identified by a CSS selector |
| get_text | Get the text content of an element |
| screenshot | Take a screenshot of the current page |
| set_viewport | Set the browser viewport size (e.g., for mobile simulation) |
| get_console_logs | Get all console logs captured during the session |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |