List Installed Apps
list_installed_appsList installed macOS apps with name, bundle ID, version, and path. Uses fast Spotlight search with fallback to /Applications scan; optional thorough mode provides full system_profiler inventory. No permissions required.
Instructions
List installed applications: name, bundle id, version, path. Fast path: mdfind app-bundle query + Info.plist (falls back to a plain directory scan of /Applications if mdfind returns nothing). thorough:true instead uses system_profiler SPApplicationsDataType (slower, includes code-signing/obtained-from info). No permission required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thorough | No | Use system_profiler for a fuller (slower) inventory. Defaults to false. |