browser_close_instance
Close a specific browser instance by its Instance ID on the Concurrent Browser MCP server, enabling efficient management of multiple parallel browser sessions.
Instructions
Close the specified browser instance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instanceId | Yes | Instance ID |
Input Schema (JSON Schema)
{
"properties": {
"instanceId": {
"description": "Instance ID",
"type": "string"
}
},
"required": [
"instanceId"
],
"type": "object"
}