browser_refresh
Refresh the current page in a specific browser instance using the Concurrent Browser MCP server to manage multiple parallel sessions efficiently.
Instructions
Refresh the current page
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"
}