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"
}
