Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_endpoint_security

Create, update, assign, and delete Intune endpoint security policies for antivirus, firewall, and EDR. Also list policies and templates and view device status.

Instructions

Manage Intune endpoint security policies (Antivirus, Firewall, EDR, etc.).

action values: list_policies — List all endpoint security policies get_policy — Get policy details (policy_id) create_policy — Create from a template (template_id, body) update_policy — Update an endpoint security policy (policy_id, body) delete_policy — Delete a policy (policy_id, confirm=True) assign_policy — Assign to groups (policy_id, body: {assignments:[...]}) get_policy_status — Device state summary for a policy (policy_id) list_templates — List all security templates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
bodyNo
actionYes
confirmNo
policy_idNo
template_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits itself. It lists mutating actions (create, update, delete, assign) without warnings about destructive side effects, required permissions, or that delete requires confirm=True. This is a significant gap for a tool that modifies state.

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 a compact, well-organized list of actions with one-line explanations. No fluff; each line earns its place. The leading sentence establishes the domain, and the action list is easy to scan.

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

Completeness2/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, multiple actions, complex body objects), the description lacks critical details: the shape of body for create/update, the effect of 'top', error conditions, or permission requirements. While an output schema exists, the input body is largely undefined, leaving the agent to guess. This is insufficient for a tool with such a broad surface.

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

Parameters4/5

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

The schema has 0% description coverage, but the description compensates well by mapping each action to the relevant parameters (e.g., 'create_policy — (template_id, body)', 'delete_policy — (policy_id, confirm=True)', 'assign_policy — body: {assignments:[...]}'). However, it omits the 'top' parameter entirely and gives no details on the 'body' structure for create/update actions.

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

Purpose4/5

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

The description clearly states the tool's domain ('Manage Intune endpoint security policies') and lists the specific action verbs (list, get, create, update, delete, assign, get status, list templates), making the purpose unambiguous. It distinguishes from siblings by focusing on endpoint security, though it doesn't explicitly contrast with overlapping tools like manage_security_baselines.

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 action list implicitly tells the agent when to use each action (e.g., 'create_policy — Create from a template'), providing practical usage guidance. However, it does not explicitly state when to use this tool versus sibling tools like manage_configuration_profiles or manage_security_baselines, nor does it mention any exclusions or prerequisites.

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