Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
navigate | Navigate to a URL |
screenshot | Take a screenshot of the current page |
click | Click an element on the page |
fill | Fill an input field |
evaluate | Execute JavaScript in the browser |
get_content | Get page content (HTML or text) |
hover | Hover over an element on the page |
select | Select an option from a dropdown |
get_console_logs | Get browser console logs |
get_console_errors | Get browser console errors |
get_network_logs | Get network activity logs |
get_network_errors | Get network error logs |
wipe_logs | Clear all stored logs from memory |
get_selected_element | Get information about the currently selected element |
run_accessibility_audit | Run an accessibility audit on the current page |
run_performance_audit | Run a performance audit on the current page |
run_seo_audit | Run an SEO audit on the current page |
run_best_practices_audit | Run a best practices audit on the current page |
run_nextjs_audit | Run a Next.js specific audit on the current page |
run_debugger_mode | Run debugger mode to debug issues in the application |
run_audit_mode | Run comprehensive audit mode for optimization |
close_browser | Close the browser instance |