run_performance_audit
Execute Lighthouse performance audits on websites to analyze and optimize loading speed, responsiveness, and overall user experience using Browserless MCP Server.
Instructions
Run Lighthouse performance audit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config | No | ||
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"config": {
"properties": {
"extends": {
"type": "string"
},
"settings": {
"type": "object"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}