lazyBoy/docs/cua-schemas/0.23.2/schema-get_desktop_state.txt

21 lines
697 B
Plaintext
Raw Permalink Normal View History

2026-09-07 16:40:59 +00:00
name: get_desktop_state
description:
Capture the full display in the desktop action coordinate frame. Use the returned PNG directly as the coordinate source for actions whose target is {kind:"desktop",display_id:"primary"}. No AT-SPI walk.
input_schema:
{
"additionalProperties": false,
"properties": {
"screenshot_out_file": {
"description": "Write PNG here instead of base64.",
"type": "string"
},
"session": {
"description": "For multi-call work, prefer a short public session label and repeat it on every call that accepts it. Omit it to use the authenticated transport's implicit lifecycle session.",
"type": "string"
}
},
"type": "object"
}