Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_intune_apps

Create, update, delete, search, and assign Intune mobile apps, and retrieve installation status.

Instructions

Manage Intune mobile apps — full CRUD, search, assignments and install status.

action values: list — List all mobile apps (top) get — Get app details + assignments (app_id) search — Search apps by display name (search_term) create — Create/register a new app (body) update — Update app metadata (app_id, body) delete — Delete an app (app_id, confirm=True) assign — Assign app to groups (app_id, body: {assignments:[...]}) remove_assignment — Remove one assignment (app_id, assignment_id, confirm=True) get_install_status — Get app install summary (app_id) list_discovered — List all apps discovered across managed devices get_mam_registrations — List managed app registrations (MAM enrollment)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
bodyNo
actionYes
app_idNo
confirmNo
search_termNo
assignment_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses that delete and remove_assignment require confirm=True, indicating safety behavior for destructive actions. It also shows parameter requirements per action. It doesn't discuss rate limits or reversibility, but the confirm flag is a strong behavioral signal.

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 summary followed by a bullet-like list of actions with inline parameters. Every line adds value, no redundancy or fluff.

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

Completeness5/5

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

The tool has 11 actions and 7 parameters. The description covers all actions and their relevant parameters, and an output schema exists so return values are presumably captured. It provides enough context to correctly select and invoke the tool for any listed action.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully compensates by mapping each parameter to the relevant action. For example, 'get — Get app details + assignments (app_id)' and 'assign — Assign app to groups (app_id, body: {assignments:[...]})'. This adds essential meaning beyond the bare schema.

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 mobile apps — full CRUD, search, assignments and install status.' It specifies a precise resource (Intune mobile apps) and enumerates all actions, distinguishing it from sibling tools like manage_intune_devices and manage_app_config_mam.

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

Usage Guidelines4/5

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

The description implies usage by its title and summary, and the action list shows common operations. However, it lacks explicit exclusions or references to alternatives (e.g., when to use manage_app_config_mam instead). Still, the scope is clear enough for selection.

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