Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_compliance_policies

Create, update, list, get, delete, and assign Intune device compliance policies, and retrieve their assignment and device deployment status.

Instructions

Manage Intune device compliance policies — CRUD, assignment and status.

action values: list — List all compliance policies get — Get compliance policy details (policy_id) create — Create a new compliance policy (body) update — Update a compliance policy (policy_id, body) delete — Delete a compliance policy (policy_id, confirm=True) assign — Assign policy to groups (policy_id, body: {assignments:[...]}) get_status — Get device deployment status for a policy (policy_id) list_assignments — List assignments for a policy (policy_id)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
bodyNo
actionYes
confirmNo
policy_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It mentions the delete confirm flag and provides action semantics, but it lacks information about side effects, permissions, reversibility, or error behavior. The transparency is minimal.

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 concise and well-structured: a one-sentence purpose followed by a clear bullet-point list of actions with parameters. Every line carries information and there is no fluff.

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

Completeness3/5

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

The action list covers the main operations, but the tool is complex (8 actions) and lacks operational context like prerequisites, pagination, or permission requirements. Output schema exists, so return values are covered, but the description could still provide more guidance on action-specific edge cases.

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

Parameters3/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 add parameter meaning. It does map each action to its parameters (e.g., get uses policy_id, delete uses policy_id + confirm, assign uses policy_id + body with assignments), but it stops short of describing the body structure for create/update or the semantics of `top`.

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 device compliance policies — CRUD, assignment and status' followed by a detailed action list. This uses a specific verb and resource, making the tool's purpose unambiguous and distinguishing it from siblings like manage_configuration_profiles.

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 implies when to use this tool (e.g., when you need to manage compliance policies), but there are no explicit exclusions or alternatives mentioned. Sibling tools exist but the description does not guide the agent on when to choose this over others.

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