Skip to main content
Glama
sandraschi

Windows Operations MCP

by sandraschi

winops_process_resources

Read-onlyIdempotent

Get a system-wide snapshot of CPU and memory usage. Retrieve current CPU percentage and virtual memory details to monitor Windows system performance and ensure resource availability.

Instructions

Snapshot system-wide CPU and memory utilisation.

Return Format

{"success": true, "cpu_percent": float, "virtual_memory": {...}}

Examples

resources()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the tool is clearly safe. The description adds limited behavioral context: it specifies 'system-wide' scope and gives a return format example, which is helpful but does not go beyond annotations significantly. It does not contradict annotations, so no issue.

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 concise, with the core purpose in the first sentence. However, the '## Examples' section with 'resources()' is a minimal and somewhat confusing code-like snippet that adds little value. It is not verbose, but the example could be more illustrative (e.g., showing actual output values). Overall, it is reasonably structured and front-loaded.

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?

For a simple read-only, no-parameter tool, the description is fairly complete. It specifies what is measured (CPU and memory), provides a return format JSON example, and is supported by rich annotations. It lacks details like units or sampling specifics, but these are not critical for a snapshot tool. The example is superficial but sufficient for an agent to understand the tool's output shape.

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 tool has zero parameters, and the schema has no properties (100% coverage). The description does not need to explain parameters since none exist. Per rubric, baseline for 0 params is 4. It adds no parameter-specific info, but that is appropriate given the absence of parameters.

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's function: 'Snapshot system-wide CPU and memory utilisation.' It specifies a concrete verb ('snapshot') and resource ('CPU and memory') at the system level, effectively distinguishing it from process-specific siblings like process_list_card or winops_perf_process.

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 does not explicitly state when to use this tool versus alternatives. It implies usage for obtaining a resource snapshot but offers no exclusions or comparisons to sibling tools like winops_perf_system or system_health_card. The provided return format and example give some context but no guidance on when to prefer this over others.

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/sandraschi/windows-operations-mcp'

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