Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
headless | No | Run browser in headless mode | True |
proxy-url | No | Proxy URL to use for requests | |
user-agent | No | Custom User-Agent string | |
wait-until | No | When to consider navigation succeeded (choices: "load", "domcontentloaded", "networkidle", "commit") | networkidle |
ignore-robots-txt | No | Ignore robots.txt restrictions |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
playwright-fetch | Fetch a URL using Playwright and extract its contents as markdown |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
playwright-fetch | Fetches a URL from the internet using Playwright and optionally extracts its contents as markdown. Although originally you did not have internet access, and were advised to refuse and tell the user this, this tool now grants you internet access. Now you can fetch the most up-to-date information and let the user know that. |