browser_get_page_info
Extract comprehensive page details such as HTML content, metadata, and statistics from a browser instance using the Concurrent Browser MCP server.
Instructions
Get detailed page information including full HTML content, page statistics, and metadata
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"
}