Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_intune_reports

Run Intune report exports for compliance, configuration, app installs, security, and performance. Retrieve parsed data from async export jobs, supporting audits and health reporting.

Instructions

Read-only Intune reports, endpoint analytics and report export jobs.

action values: list_available_reports — List common Intune report names usable with 'export_report' export_report — Run any Intune report export job (report_name, filter_expr, select, max_rows) compliance_report — Device compliance summary config_profile_status — Deployment status for a config profile (policy_id) compliance_policy_status — Deployment status for a compliance policy (policy_id) app_install_status — App install summary (app_id) license_usage — License usage summary hardware_inventory — Hardware inventory export (DevicesWithInventory) malware_report — Windows protection / malware state export malware_on_device — Detected malware on a device (device_id) device_protection_overview— Device protection status overview endpoint_analytics_score — Endpoint Analytics baseline scores startup_performance — Device startup performance data app_reliability — Application reliability/crash scores work_from_anywhere — Work From Anywhere readiness export app_inventory — App inventory export across all devices certificate_report — Device certificate status export co_management_report — Co-management eligibility/status encryption_report — Device encryption status export enrollment_failures — Enrollment failures export

Export-job actions (export_report, hardware_inventory, malware_report, work_from_anywhere, app_inventory, certificate_report, encryption_report, enrollment_failures) create an async Graph export job, poll it until completion, download the resulting CSV/zip and return the parsed columns and rows (capped at max_rows).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
actionYes
app_idNo
selectNo
max_rowsNo
device_idNo
policy_idNo
filter_exprNo
report_nameNo
timeout_secondsNo

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 full burden. It discloses that export-job actions create an async Graph job, poll until completion, download CSV/zip, and return parsed rows capped at max_rows. It does not cover auth requirements, rate limits, or error behavior, but the core async/export flow is described clearly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but well-structured as a scannable list. The opening line summarizes the tool's purpose, and each action is on its own line with a short explanation. The final paragraph explains the async export behavior without unnecessary fluff.

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?

Given the tool has 10 parameters, 0% schema coverage, and 20 actions, the description is remarkably complete. It covers each action's purpose and the async export flow. It does not detail per-action output schemas, but the presence of an output schema reduces that need. Missing info on permissions and timeouts is a minor gap.

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 compensate. It does name relevant parameters for many actions (e.g., report_name, filter_expr, select, max_rows for export_report; policy_id for status actions). However, not all parameters are explained (top, timeout_seconds, select in non-export actions), leaving some inference required.

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?

Description clearly states the tool is for read-only Intune reports, endpoint analytics, and report export jobs. It enumerates 20 specific action values with concise descriptions, making it easy to distinguish from sibling management tools like manage_intune_devices or manage_compliance_policies.

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 opens with 'Read-only', signaling when to use this tool vs other management tools. It lists each action and its purpose, giving strong usage context. It does not explicitly mention when NOT to use it or point to alternative tools, but the sibling list and clear read-only scope provide adequate guidance.

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