Bring app window to front
focus_appBrings an application window to the foreground, un-minimizing it when necessary. Uses app name or process ID to select a specific window among multiple open instances.
Instructions
Show and switch focus to an app's window (un-minimizes it if needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Friendly app name or process name | |
| pid | No | Process ID to pick a specific window when more than one window of this app is open. Omit it first - if there are multiple matches, the tool lists their PIDs and titles so you can retry with the right one. |