execute_browser_task
Automate browser tasks by describing the desired action, enabling efficient execution of web-based workflows through the Browser-use MCP Server.
Instructions
执行浏览器自动化任务
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task | Yes | 要执行的任务描述 |
Input Schema (JSON Schema)
{
"properties": {
"task": {
"description": "要执行的任务描述",
"type": "string"
}
},
"required": [
"task"
],
"type": "object"
}