Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_intune_devices

Perform lifecycle and management actions on Intune devices: list, search, sync, restart, lock, wipe, retire, and collect diagnostics.

Instructions

Manage Intune managed devices. All device lifecycle and action operations.

action values: list — List all managed devices (supports filter_query, top) get — Get full device details (requires device_id) search — Search by deviceName/userPrincipalName/serialNumber (search_term, search_by) get_noncompliant— List non-compliant devices get_stale — Devices inactive for N days (days_inactive) get_hardware — Hardware inventory for a device (device_id) get_network — Network info (MAC, subnet) for a device (device_id) get_installed_apps — Apps detected on a device (device_id) get_compliance_states — Compliance policy states for a device (device_id) get_log_requests — Diagnostic log collection requests for a device (device_id) sync — Trigger sync on a device (device_id) bulk_sync — Sync a list of devices (body: {device_ids: [...]}) restart — Restart a device remotely (device_id) lock — Remote lock a device (device_id) rename — Rename a device (device_id, body: {deviceName: "..."}) locate — Trigger GPS location on a device (device_id) reset_passcode — Reset passcode on iOS/Android (device_id) bypass_activation_lock — Bypass iOS Activation Lock (device_id) enable_lost_mode — Enable iOS Lost Mode (device_id, body: {message,phoneNumber,footer}) disable_lost_mode — Disable iOS Lost Mode (device_id) collect_diagnostics— Collect device diagnostics/logs (device_id) defender_scan — Trigger Windows Defender scan (device_id, body: {quickScan: true/false}) defender_update_signatures — Update Defender signatures (device_id) clean_device — Clean Windows device; body: {keepUserData: bool} (device_id, confirm=True) delete — Delete device from Intune (device_id, confirm=True) wipe — Factory reset / wipe device (device_id, confirm=True) retire — Retire device / remove company data (device_id, confirm=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
bodyNo
actionYes
confirmNo
device_idNo
search_byNodeviceName
search_termNo
filter_queryNo
days_inactiveNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that certain destructive actions require 'confirm=True' (e.g., wipe, delete, retire), and it lists action-specific parameters. However, it does not elaborate on permission requirements, side effects, irreversibility, or failure behavior beyond the confirm flag. This is partial disclosure but leaves gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but well-structured as a bulleted action list, front-loaded with a one-sentence purpose. Each line is informative and scannable, though the total length is considerable. It earns a high score because every line adds value, but it could be more concise by grouping similar operations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (dozens of actions), the description covers all operations and their specific parameters, which is essential for correct invocation. It does not explain return values, but an output schema exists, so that is not required. It briefly mentions 'confirm=True' for destructive actions but not authentication or broader context. Overall, it is quite complete for a tool of this scope.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It does so exceptionally by mapping each action to its required parameters (e.g., 'get requires device_id', 'bulk_sync body: {device_ids: [...]}'). This adds substantial meaning beyond the bare input schema, which only lists parameters without descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Manage Intune managed devices. All device lifecycle and action operations,' providing a specific verb+resource+scope. It distinguishes itself from sibling tools by enumerating a comprehensive list of actions, making the tool's purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the phrase 'All device lifecycle and action operations,' but it does not explicitly state when to choose this tool over alternatives like manage_entra_devices or manage_intune_reports. No exclusions or alternative recommendations are provided, so guidance is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nelladath/EndpointRead-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server