Skip to main content
Glama

trmm_agent_windows_updates

Read-onlyIdempotent

Check Windows update status for a specific agent. Filter results to show only pending updates or retrieve full update details.

Instructions

Windows update status for an agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentYes
pending_onlyNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

C2.7/5.0
Behavior2/5

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

The annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, and the description's 'status' phrasing is consistent with those. However, the description adds no behavioral context beyond the annotations, such as what the status includes, whether it returns only pending updates, or what the response shape is.

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 very short and contains no filler words. It is front-loaded with the core subject, though its brevity leaves out meaningful detail that is penalized in other dimensions.

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?

For a two-parameter tool with no output schema, this terse description leaves important context undefined: what counts as 'status', how pending_only affects results, and what the return value contains. The annotations cover safety but not the domain behavior an agent needs to invoke the tool correctly.

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

Parameters2/5

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

The description only indicates that the tool targets an agent, which lightly maps to the required 'agent' parameter. It does not mention 'pending_only' or its default true behavior, and with 0% schema description coverage the description does not compensate for the lack of parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a clear resource (Windows updates) and scope (an agent) and implies a read action via 'status'. It differentiates from sibling tools like services, processes, event log, and software, though it lacks an explicit verb such as 'get' or 'list'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. It does not mention sibling tools, preconditions, or conditions that would favor one tool over another.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/shin2344234/trmm-mcp'

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