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

17 lines
456 B
Plaintext
Raw Normal View History

2026-09-07 16:40:59 +00:00
name: get_cursor_position
description:
Return the current mouse cursor position in screen points (origin top-left).
input_schema:
{
"additionalProperties": false,
"properties": {
"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"
}