manage_intune_apps
Create, update, delete, search, and assign Intune mobile apps, and retrieve installation status.
Instructions
Manage Intune mobile apps — full CRUD, search, assignments and install status.
action values: list — List all mobile apps (top) get — Get app details + assignments (app_id) search — Search apps by display name (search_term) create — Create/register a new app (body) update — Update app metadata (app_id, body) delete — Delete an app (app_id, confirm=True) assign — Assign app to groups (app_id, body: {assignments:[...]}) remove_assignment — Remove one assignment (app_id, assignment_id, confirm=True) get_install_status — Get app install summary (app_id) list_discovered — List all apps discovered across managed devices get_mam_registrations — List managed app registrations (MAM enrollment)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| body | No | ||
| action | Yes | ||
| app_id | No | ||
| confirm | No | ||
| search_term | No | ||
| assignment_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||