Capture screenshot of the League Client
lol_cdp_screenshotCapture a screenshot of the League Client window via CDP, returning image content and JSON metadata; optionally save the image to a file.
Instructions
Capture a screenshot of the League Client window using CDP. Returns both an MCP image content block and JSON metadata, and optionally saves to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Image format | png |
| quality | No | Compression quality for jpeg/webp | |
| savePath | No | Optional file path to save screenshot on disk | |
| targetId | No | CDP target ID to screenshot (defaults to active main page) |