execute_browserql
Run GraphQL queries for browser automation tasks, enabling web scraping, performance audits, content extraction, and PDF generation with Browserless.io integration.
Instructions
Execute BrowserQL GraphQL queries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | ||
variables | No |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"type": "string"
},
"variables": {
"type": "object"
}
},
"required": [
"query"
],
"type": "object"
}