OpenBrowser
Open a specific URL directly in a web browser using Astra DB MCP Server, enabling efficient navigation and interaction with linked resources.
Instructions
Open a web browser to a specific URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The URL to open in the browser |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "The URL to open in the browser",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}