browser
Browse websites and interact with web content to access online information and perform web-based tasks through the MCP server.
Instructions
Browse websites and interact with web content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parameters | Yes |
Input Schema (JSON Schema)
{
"properties": {
"parameters": {
"title": "parameters",
"type": "string"
}
},
"required": [
"parameters"
],
"type": "object"
}