mc_screenshot
Capture a JPEG screenshot of the Minecraft framebuffer and return its absolute path. Functions while the game is paused for low-bandwidth inspection.
Instructions
Capture the current Minecraft client framebuffer as a JPEG file on the machine running the mod, and return its absolute path. Use the Read tool to view the image.
The capture runs on the render thread and pauses for at most one frame; the game otherwise continues. Works while the game is paused (returns the last rendered frame).
Defaults are tuned for low-bandwidth visual inspection: downscale=2, quality=0.75. Override only if you specifically need higher fidelity.
The mod and the MCP server must run on the same machine for the returned path to be readable here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quality | No | JPEG quality in [0.05, 1.0]. Default: 0.75. | |
| downscale | No | Integer downscale factor. 1 = full window resolution. 2 = half each axis (default). |