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 |
---|---|
interpret-page | Interpret the current web page content and structure |
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 |
click | Click on an element by selector |
type | Type text into an input element |
get_text | Get text content from an element |
get_page_content | Get the current page HTML content |
take_screenshot | Take a screenshot of the current page |
new_page | Create a new browser page |
switch_page | Switch to a different browser page |
get_pages | List all available browser pages |
wait_for_selector | Wait for an element to be visible on the page |