windows_apps
List or uninstall modern Windows AppX packages via PowerShell. Remove bloatware or audit installed apps by name filter, with optional all-users elevation.
Instructions
Manage modern Windows AppX and Store packages with PowerShell orchestration.
RATIONALE: Modern Windows applications (AppX) cannot be managed via traditional 'net.exe' or basic registry surgery. This tool uses PowerShell to enable autonomous bloatware removal and package auditing.
Args: action: The apps operation to perform. name_filter: Filter for listing (e.g. 'Xbox', 'Bing'). package_name: Exact package name to uninstall. all_users: Perform action for all users (requires elevation). ctx: FastMCP Context for telemetry and sampling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| name_filter | No | ||
| package_name | No | ||
| all_users | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||