Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_entra_devices

Manage Microsoft Entra ID devices by listing, searching, viewing details, enabling, disabling, and deleting them from Entra ID or Intune.

Instructions

Manage Entra ID device objects (separate from Intune managed devices).

action values: list — List all Entra ID devices get — Get device details (device_id) search — Search by displayName (search_term) enable — Enable a device in Entra ID (device_id) disable — Disable a device in Entra ID (device_id) delete_entra — Delete device from Entra ID (device_id, confirm=True) delete_intune — Delete device from Intune (intune_device_id, confirm=True) delete_both — Delete from both Intune and Entra (device_id + intune_device_id, confirm=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
actionYes
confirmNo
device_idNo
search_termNo
intune_device_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly requires confirm=True for all delete actions, which is critical safety context. It also clarifies that this tool manages Entra ID objects separately from Intune. However, it does not elaborate on side effects of enable/disable, irreversibility of deletions, or permission requirements, but the action names and confirm flags provide a reasonable baseline for a management tool.

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

Conciseness5/5

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

The description is well-structured with a clear one-line purpose followed by a compact action list. Each action is presented on its own line with a concise explanation and required parameters. There is no redundant or filler text; every sentence and line adds value. It is easy to scan and quickly understand the tool's capabilities.

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 (6 parameters, 8 distinct actions), the description covers all key usage aspects: what each action does and which parameters it needs. The output schema exists, so return values do not need to be in the description. Minor gaps include no mention of the 'top' parameter being used by 'list' and lack of explicit permission or side-effect details, but overall it is sufficient for an agent to invoke the tool correctly.

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?

The schema has 0% description coverage, so the description is the sole source of parameter meaning. It thoroughly explains the purpose of each parameter by associating them with specific actions: device_id for get/enable/disable/delete_entra, search_term for search, intune_device_id for delete_intune/delete_both, and confirm=True with delete actions. This goes far beyond the schema's bare titles and effectively documents parameter usage.

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 the tool manages Entra ID device objects and explicitly distinguishes them from Intune managed devices. The action list provides specific verbs (list, get, search, enable, disable, delete_entra, delete_intune, delete_both) with clear targets, making the purpose unambiguous and differentiated from sibling tools like manage_intune_devices.

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

Usage Guidelines4/5

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

The description implicitly provides usage guidance by distinguishing Entra ID devices from Intune managed devices and listing the available actions with their associated parameters. It does not explicitly state when to use this tool over siblings, but the separation note and action list give a clear context for selection. No explicit exclusions or alternative tool references are provided beyond the 'separate from Intune' note.

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