get_page_content
Extract the HTML content of a webpage using Playwright MCP. Submit the page ID to retrieve the full HTML structure for automation or analysis tasks.
Instructions
Get the current page HTML content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_id | No |
Input Schema (JSON Schema)
{
"properties": {
"page_id": {
"type": "string"
}
},
"type": "object"
}