Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 2.29 KB

File metadata and controls

69 lines (41 loc) · 2.29 KB

f0-intune tool reference

Module f0_intune_mcp.server · 6 tools (all read-only) · server README

list_managed_devices

List Intune-managed devices with compliance/encryption/owner/sync state.

compliance: one of all|compliant|noncompliant|ingraceperiod|unknown. limit: max devices.

Parameter Type Default
compliance "all" | "compliant" | "noncompliant" | "ingraceperiod" | "unknown" "all"
limit integer 25

Used by skills: intune-coverage-gap-review, intune-device-compliance-review

get_compliance_summary

Intune device-compliance rollup: how many managed devices are compliant vs not.

No parameters.

Used by skills: roll-up-ciso-risk, intune-coverage-gap-review, intune-device-compliance-review

get_managed_device

Get one Intune-managed device by its device name (compliance, encryption, owner, sync).

Parameter Type Default
device_name string (required)

Used by skills: intune-device-triage

list_stale_devices

List Intune devices not synced in the last days (coverage drift / abandoned).

Parameter Type Default
days integer 30
limit integer 25

Used by skills: intune-coverage-gap-review

list_compliance_policies

List Intune device COMPLIANCE POLICIES.

Rules that define whether a device is compliant.

Parameter Type Default
limit integer 25

Used by skills: intune-device-compliance-review

list_configuration_profiles

List Intune device CONFIGURATION PROFILES.

Settings pushed to devices (not the compliance rules).

Parameter Type Default
limit integer 25