OpenBrowser
Open a web browser to a specific URL, enabling users to access web pages directly from the RushDB MCP server for data visualization or external resource integration.
Instructions
Open a web browser to a specific URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to open |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "The URL to open",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}