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 |
|---|---|
| get_page_text | 获取指定URL页面的文本内容 |
| get_current_page_text | 获取当前浏览器页面的文本内容 |
| navigate_to_page | 导航到指定URL |
| get_page_info | 获取当前页面的基本信息(标题、URL等) |
| close_browser | 关闭浏览器实例 |
| launch_chrome_manually | 手动启动Chrome浏览器(可见窗口) |
| get_browser_status | 获取浏览器连接状态 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |