get_installed_packages
Check what packages are installed on your Linux system using pacman or dpkg, with an optional name filter. Read-only operation to list installed packages.
Instructions
Queries installed packages: pacman -Q on Arch, dpkg -l on Debian. Optional name filter. Read-only. Fatal if the package manager is unsupported (e.g. rpm/dnf) or the query fails. Use to check what is installed; check_updates for available upgrades.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | optional package name filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| errors | No | ||
| packages | Yes |