Skip to main content
Glama
mikewegmann

baramundi MCP Server

by mikewegmann

report_update_compliance

Get a compliance overview of Windows devices grouped by update status. Identify outdated or unpatched systems to prioritize patching.

Instructions

    Zeigt eine Compliance-Übersicht aller Windows-Geräte nach Update-Status.
    Ideal um veraltete oder nicht gepatchte Geräte zu identifizieren.

    Args:
        min_missing: Mindestanzahl fehlender Updates, damit ein Gerät gelistet wird
                     (Standard: 1 — alle Geräte mit mindestens einem fehlenden Update).
        category: Welche Update-Kategorie berücksichtigt werden soll:
                  'critical', 'security', 'other' oder 'any' (Standard).
        limit: Maximale Anzahl Geräte im Ergebnis (Standard: 50).

    Returns:
        Objekt mit 'summary' (Gesamtübersicht) und 'devices' (sortiert nach fehlenden Updates).
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
categoryNoany
min_missingNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only report by nature, but does not explicitly declare it as non-destructive or mention any permissions/rate limits.

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 well-structured with a purpose sentence, a use case, an Args block with explanations, and a Returns block. It is concise and front-loaded, though slightly longer than minimal.

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 output schema, the description includes a Returns section describing the output structure (summary and devices), which adds completeness. Behavioral details like read-only are not explicit, but overall it covers purpose, parameters, and output.

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 coverage is 0% (no descriptions in JSON schema), but the description fully explains all three parameters: min_missing (minimum missing updates), category (critical/security/other/any), and limit (max devices). This adds complete meaning beyond the 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 it shows a compliance overview of all Windows devices by update status, with a use case of identifying outdated/unpatched devices. This distinguishes it from siblings like get_device_update_status which likely targets individual devices.

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 includes 'Ideal um veraltete oder nicht gepatchte Geräte zu identifizieren' as a use case, but does not explicitly state when not to use or compare to alternative tools like get_device_update_status.

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/mikewegmann/baramundi_MCP'

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