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 |
---|---|
navigate | Navigate to a URL |
go_back | Go back to the previous page |
go_forward | Go forward to the next page |
reload | Reload the current page |
click | Click an element on the page |
type | Type text into an input field |
select | Select an option from a dropdown |
fill_form | Fill multiple form fields at once |
snapshot | Get a snapshot of the current page with interactive elements |
screenshot | Take a screenshot of the current page |
get_text | Get text content from an element |
get_url | Get the current page URL |
get_title | Get the current page title |
wait_for | Wait for an element to appear on the page |
evaluate | Run JavaScript code on the page |
close | Close the browser |