Skip to main content
Glama
roycedamien

Microsoft 365 Core MCP Server

by roycedamien

manage_intune_windows_policies

Destructive

Configure and deploy Windows device policies for security, compliance, updates, and app protection in Microsoft Intune.

Instructions

Manage Windows configuration profiles and compliance policies including security baselines and update rings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesIntune Windows policy management action
policyIdNoPolicy ID for policy-specific operations
policyTypeYesType of Windows policy
nameNoPolicy name
descriptionNoPolicy description
settingsNoPolicy configuration settings
assignmentsNoPolicy assignments
deploymentSettingsNoDeployment settings
Behavior3/5

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

Annotations already indicate this is a destructive, non-idempotent, non-readonly tool. The description adds minimal behavioral context beyond this - it mentions 'manage' which implies both read and write operations, consistent with annotations. However, it doesn't provide important behavioral details like authentication requirements, rate limits, side effects of destructive operations, or what happens during policy assignment/deployment.

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 single, efficient sentence that communicates the core purpose without unnecessary words. It's appropriately sized for a tool with comprehensive schema documentation and annotations. Every word earns its place by specifying the resource type and scope.

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?

For a complex tool with 8 parameters, nested objects, destructive operations, and no output schema, the description is insufficient. It doesn't explain return values, error conditions, or the relationships between different actions and parameters. The agent must rely entirely on the input schema and annotations, missing important contextual information about how this tool behaves in practice.

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?

With 100% schema description coverage, the schema already documents all 8 parameters thoroughly. The description adds no parameter-specific information beyond what's in the schema. It mentions 'configuration profiles and compliance policies' which loosely maps to policyType, but provides no additional syntax, format, or usage guidance for any parameters.

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 purpose as managing Windows configuration profiles and compliance policies, specifying the resource (Windows policies) and scope (including security baselines and update rings). It distinguishes from some siblings like manage_intune_macos_policies by specifying Windows, but doesn't differentiate from other Windows policy tools like manage_intune_windows_compliance or manage_defender_policies.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, when to choose this over other Windows policy tools (like manage_intune_windows_compliance or manage_defender_policies), or any context for selecting among the 7 different actions available. The agent must infer usage from the action parameter alone.

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/roycedamien/m365-core-mcp'

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