Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_admx_policies

List, retrieve, create, and delete Intune ADMX administrative template configurations to manage Group Policy settings.

Instructions

Manage Intune ADMX (Administrative Templates / Group Policy) configurations.

action values: list — List all ADMX configurations get — Get ADMX config details (config_id) create — Create an ADMX configuration (body) delete — Delete an ADMX configuration (config_id, confirm=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
bodyNo
actionYes
confirmNo
config_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses that delete requires confirm=True, which is a safety-relevant behavioral detail. However, with no annotations and no other context, it does not mention authentication requirements, side effects of create/delete, rate limits, or response handling. This is a moderate level of transparency for a mutation-heavy 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 compact and uses a clear action-value list format. Every line serves a purpose, with no fluff or redundant phrasing. It is easy to scan and understand quickly.

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 description covers the main operations and their key parameters, which is adequate for a router-style tool. But it omits the 'top' parameter and does not explain what the output contains or how to handle errors. Given the schema coverage is 0%, the description carries a heavier burden and could be more complete.

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?

The description explains the role of config_id, body, and confirm in the context of specific actions, which adds meaning beyond the bare schema. However, the 'top' parameter is not mentioned, and the schema has zero description coverage, so not all parameters are semantically clarified. This partial compensation results in a mid-range score.

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 Intune ADMX configurations and enumerates four specific actions (list, get, create, delete). This distinguishes it from sibling tools that manage other Intune resources, making the purpose unambiguous and specific.

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 breakdown implicitly conveys when to use each sub-action, but there is no explicit guidance on when to choose this tool over siblings like manage_configuration_profiles or manage_settings_catalog. It does not state exclusions or alternatives, leaving the context of use somewhat implied.

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