Skip to main content
Glama
mikewegmann

baramundi MCP Server

by mikewegmann

get_device_update_status

Retrieve Windows update status for a specific device, including counts of missing critical, security, and other updates, along with last scan and update timestamps.

Instructions

    Gibt den Windows-Update-Status eines einzelnen Geräts zurück.
    Zeigt fehlende Updates (Critical, Security, Other) sowie letzten Scan- und Update-Zeitpunkt.

    Args:
        device_id: Hostname (z.B. 'PCSWIT1984') oder GUID des Geräts.

    Returns:
        Objekt mit Update-Profil, Anzahl fehlender Updates je Kategorie,
        Zeitpunkt des letzten Inventars und letzten erfolgreichen Updates.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYes
Behavior3/5

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

With no annotations, the description indicates a read operation and specifies the return data structure. However, it does not disclose behavior such as error responses for invalid device_ids, performance impact, or permission requirements. It is adequate but not thorough.

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, with four succinct sentences that immediately convey the tool's purpose, followed by structured Args and Returns sections. No extraneous information.

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's simplicity and lack of annotations, the description provides sufficient context: input parameter explanation and output fields. It covers the necessary information for an AI agent to use the tool correctly, though it omits error handling or edge cases.

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

Parameters4/5

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

The description adds significant meaning to the 'device_id' parameter by providing example formats (hostname or GUID), which is not available in the input schema (0% coverage). This compensates well for the schema's lack of 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 it returns the Windows update status of a single device, listing specific missing updates and timestamps. This distinguishes it from sibling tools like 'list_devices' and 'report_update_compliance' which operate on multiple devices or aggregate data.

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 use for a single device via the 'device_id' parameter, but does not explicitly guide when to use versus alternatives (e.g., when to use 'list_devices' for multiple devices). No when-not-to-use or prerequisites are provided.

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