Playwright
playwright-hover
Moves the pointer onto one element of an open browser session and returns the screen afterwards.
Playwright
playwright-goto
Navigates an open browser session to a URL and returns the page it landed on.
Playwright
playwright-press
Presses one keyboard key in an open browser session and returns the screen afterwards.
Playwright
playwright-select
Chooses an option in a dropdown of an open browser session and returns the screen afterwards.
Playwright
playwright-click
Clicks one element of an open browser session and returns the screen the click led to.
Playwright
playwright-input
Types text into one field of an open browser session and returns the screen afterwards.
Playwright
playwright-login
Fills one sign-in field of an open browser session with a value the session's credential profile holds, and returns the screen afterwards.
Playwright
playwright-observe
Reads the current screen of an open browser session and returns the accessibility snapshot, in which every element carries a ref such as e40. Those refs are the handles the action commands take, and every reading reassigns them, so never reuse a ref from an earlier reading.
Playwright
playwright-open
Opens a browser on the given site, parks it on the landing page, and returns a session_id the other playwright-* commands take.
Playwright
playwright-resize
Resizes the browser window of an open session and returns the screen as it looks at that size.
Playwright
playwright-screenshot
Captures the current screen of an open browser session as a PNG in the file store and returns its URLs.
Playwright
playwright-close
Closes a browser session and releases the browser it held on the Playwright MCP server. Call this when the task is done: an open session counts against the session ceiling until it is closed or reaped for being idle. Closing a session that no longer exists reports is_closed=false rather than failing.
Playwright
playwright-sessions
Lists your own open browser sessions, one row each. Useful for recovering a session id you no longer have, and for finding sessions worth closing before opening another. Other users' sessions are never listed.
AI Assistant
sonar-ai-agent-runs
Lists AI agent executions. An administrator sees the company's runs; anyone else sees
AI Assistant
sonar-ai-agent-turns
Emits the turns of the agent executions in a period: the request added each turn, the
AI Assistant
sonar-ai-procedures
Lists the stored procedures the calling user is granted to run, which are the ones
AI Assistant
sonar-ai-tool-options
Reports the options a query command accepts. Admin permission is required.
AI Assistant
sonar-ai-agent-versions
Lists the saved versions of an AI agent definition. Admin permission is required.
AI Assistant
sonar-ai-clone-agent
Copies an AI agent definition under a new code. Admin permission is required.