GenOffice app launch (CDP)
genoffice_app_launchLaunch the GenOffice app with CDP debug port open for agent automation; kills a running non-debug instance unless killExisting=false, and retries until the port responds.
Instructions
Launch the installed GenOffice app with the CDP debug port open so the agent can drive it (screenshots, DOM evaluation). If the app is already running WITHOUT the debug port, it is terminated first (single-instance lock would otherwise swallow the relaunch) — set killExisting=false to abort instead. Handles the auto-updater relaunch by retrying until the port answers. macOS uses open -a; other platforms launch the binary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| killExisting | No | Kill a running instance without CDP first (default true) |