open_urls
Open multiple URLs simultaneously in the default browser using MCP System Bridge. Streamline web navigation by processing a list of links efficiently.
Instructions
Open a list of URLs in the default browser.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
urls | Yes |
Input Schema (JSON Schema)
{
"properties": {
"urls": {
"items": {
"type": "string"
},
"title": "Urls",
"type": "array"
}
},
"required": [
"urls"
],
"type": "object"
}