Skip to main content
Glama
henrymbuguakiarie

Entra Identity Posture MCP

run_posture_scan

Runs concurrent scans of app registrations and Conditional Access policies to generate a combined security posture result with optional filtering by app, rule, or severity.

Instructions

Runs the app registration and Conditional Access scans concurrently and returns one combined, optionally filtered PostureScanResult. Updates the shared entra://posture/latest resource cache with both scan categories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNo
rule_idNo
severityNo
imminent_expiry_daysNo
excessive_lifespan_daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
issuesNoStructured findings produced by the scan.
summaryYesHuman-readable recap of the findings.
metadataYesScan-level context: tenant, timestamp, rule version.
Behavior3/5

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

The description discloses that scans run concurrently, results are combined and optionally filtered, and a shared cache is updated. However, with no annotations, it lacks details on side effects (e.g., whether scans modify data), permissions needed, or runtime implications.

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 two sentences long, with the first sentence providing the core action and the second adding cache update context. It is concise and front-loaded, but could include parameter details without becoming verbose.

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?

Given the tool has 5 parameters, no annotations, and no schema descriptions, the description is insufficient for correct invocation. It lacks parameter explanations, usage context, and behavioral details beyond the basic operation.

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

Parameters1/5

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

With 0% schema description coverage, the description does not explain the parameters. Terms like app_id, rule_id, severity, and expiry/duration fields are mentioned only as parameter names, so the description adds no meaning beyond the names themselves.

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 runs app registration and Conditional Access scans concurrently and returns a combined, optionally filtered PostureScanResult. It also mentions updating a cache, which distinguishes it from sibling tools like 'audit_app_registrations' and 'scan_conditional_access_gaps' that likely run single scans.

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 description implies the tool is for running both scan types together and filtering results, but it does not explicitly state when to use this tool versus the individual sibling tools or provide any when-not scenarios.

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/henrymbuguakiarie/entra-identity-posture-mcp'

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