Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_settings_catalog

Manage Intune settings catalog configuration policies with actions to list, get, create, update, delete, and assign them to groups.

Instructions

Manage Intune settings catalog configuration policies.

action values: list — List all settings catalog policies get — Get policy details (policy_id) create — Create a settings catalog policy (body) update — Update a settings catalog policy (policy_id, body) delete — Delete a policy (policy_id, confirm=True) assign — Assign policy to groups (policy_id, body: {assignments:[...]})

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 carries full burden. It mentions `confirm=True` for delete, hinting at a confirmation mechanism, but does not disclose side effects, permissions, or whether actions are destructive/reversible. For a tool with create/update/delete/assign, this is insufficient transparency.

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 efficiently structured as a compact action list with parameter hints, using minimal words while covering all major actions. No fluff, and the line-by-line format improves scannability.

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?

For a multi-action tool with 5 parameters and no annotations, the description covers the core operations and parameter relationships. It does not explain return values or errors, but an output schema exists which likely covers that. It gives enough context for an agent to select and invoke the tool, though it could mention prerequisites or failure modes.

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 description adds significant meaning beyond the schema by mapping each action to required parameters (e.g., `get (policy_id)`, `assign (policy_id, body:{assignments:[...]})`). Since schema descriptions are absent (0% coverage), this compensation is valuable, though `top` is not explained and `body` structure is only partially detailed.

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 resource ('Intune settings catalog configuration policies') and lists specific actions (list, get, create, update, delete, assign), making the tool's functionality evident. It distinguishes from siblings like manage_configuration_profiles by focusing on the settings catalog, though the broad verb 'manage' is slightly generic.

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 the tool (e.g., use `list` to list policies, `delete` to delete), but there is no explicit guidance on when to choose this over sibling tools like manage_configuration_profiles or manage_admx_policies. Context is clear but no exclusions or alternatives are provided.

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