pmux_browser_screenshot
Capture a screenshot of a browser tab, returning PNG image content or saving to a file. Supports full-page capture beyond viewport.
Instructions
Screenshot a web-browser tab. Default: returns MCP image content (PNG). With savePath: writes raw PNG bytes to that path and returns { saved, bytes }. full=true captures beyond the viewport. Electron-only (503 hard / 409 'not attached yet' transient).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Capture the full page beyond the viewport. | |
| tabId | Yes | Target tab id (from pmux_list_tabs / pmux_create_tab). | |
| savePath | No | If set, write PNG bytes to this ABSOLUTE path and return {saved,bytes} instead of image content. Must be absolute; refuses to overwrite an existing file. | |
| workspaceId | Yes | Target workspace id (from pmux_list_workspaces). |