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 |
---|---|
browse_to | Navigate to a specific URL and return the page's HTML content. |
extract_text_content | Extract text content from the current page, optionally using a CSS selector. |
click_element | Click an element on the current page. |
get_page_screenshots | Capture screenshot of the current page. |
get_page_links | Extract all links from the current page. |
input_text | Input text into a specific element on the page. |