Skip to main content
Glama
iffystrayer

Maester MCP Server

by iffystrayer

run_ca_whatif

Simulate sign-ins to evaluate Conditional Access policies via Graph API, showing which policies apply, block, or grant access.

Instructions

Simulate a user sign-in against all Conditional Access policies via the Graph evaluate API. Returns which policies apply, block, or grant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdNoApplication (client) ID to simulate sign-in to. Optional.
userIdYesUPN or object ID (e.g. alice@contoso.com).
ipAddressNoSource IP for the simulated sign-in. Optional.
devicePlatformNoDevice platform. Optional.
deviceCompliantNoWhether the simulated device is Intune-compliant. Optional.
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states that it simulates a sign-in and returns policy application results, which implies a read-only operation. However, it does not explicitly mention the absence of side effects, required permissions, rate limits, or failure behavior. The description is adequate but not detailed.

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 two concise sentences: the first states the action and method, the second states the output. Every sentence adds meaningful information with no redundancy or filler.

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 no annotations and no output schema, the description provides a clear high-level outcome ('Returns which policies apply, block, or grant'). It is sufficient for the tool's apparent simplicity, though it lacks explicit guarantees about non-mutation, auth requirements, or output structure. Overall, it is complete enough for most use cases.

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 100%, so the baseline is 3. The description adds no parameter-specific information beyond what the schema already provides. The parameters (userId, appId, ipAddress, devicePlatform, deviceCompliant) are self-explanatory and do not require additional narrative from the description.

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 specific action (simulate a user sign-in) and the resource (Conditional Access policies), along with the method (Graph evaluate API). It also distinguishes itself from sibling tools by being the only one focused on CA policy simulation rather than Maester tests or security posture.

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 usage is implied: you would use this tool to simulate a sign-in to evaluate Conditional Access policy outcomes. However, there is no explicit guidance on when to use this vs alternatives, nor any exclusions or prerequisites mentioned. It provides a clear functional purpose but lacks explicit usage context.

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/iffystrayer/maester-mcp-server'

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