screen_capture
Capture full screen or a selected region as a PNG image and return the file path, enabling text-only LLMs to see and analyze the screen through visual tools.
Instructions
截屏(全屏或指定区域),保存 PNG 并返回路径。配合 locate_object/describe 实现「看屏幕」。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | 可选 [x1,y1,x2,y2] 屏幕坐标区域,默认全屏 | |
| out_path | No |