get_monitor_summary
Retrieve metadata of connected monitors including resolution, scale factor, and cursor location to identify the target monitor index for screen capture or to debug multi-monitor setups.
Instructions
List the user's connected displays with resolution, scaling, and which is active.
Returns one entry per monitor with index, resolution, scale factor, and a flag marking the monitor that currently contains the cursor.
USE WHEN: about to call get_screenshot and need to know which monitor index to target, or when debugging multi-monitor setups. NOT FOR: capturing pixels — this returns metadata only. ALTERNATIVES: get_screenshot(monitor_index=...) to actually capture.
BEHAVIOR: pure read; no side effects. Result reflects monitor state at call time and may change if the user plugs/unplugs displays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |