get_playwright_mcp
Control a browser remotely using GPT-4.1 via a Playwright MCP server for tasks like SEO analysis, SERP data extraction, and keyword research.
Instructions
Use GPT-4.1 to remote control a browser via a Playwright MCP server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt | Yes | The prompt to use for remote control of the browser |
Input Schema (JSON Schema)
{
"properties": {
"prompt": {
"description": "The prompt to use for remote control of the browser",
"type": "string"
}
},
"required": [
"prompt"
],
"type": "object"
}