Skip to main content
Glama
sandraschi

Windows Operations MCP

by sandraschi

winops_sys_info

Read-onlyIdempotent

Retrieves OS platform, Python version, CPU core count, and total memory. Optionally includes boot time, users, and CPU frequency for detailed system insights.

Instructions

Return OS platform, Python version, CPU core count, and total memory.

Return Format

{"success": true, "platform": str, "python": str, "machine": str,
 "cpu_cores": int, "memory_total": int,
 "boot_time": float, "users": [str], "cpu_freq": {...}}  // detailed only

Examples

info()
info(detailed=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailedNoInclude boot time, users, and CPU frequency.

Output 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, idempotentHint=true, destructiveHint=false, so the safety profile is known. The description adds that the detailed flag includes boot time, users, and CPU frequency, which is useful. However, it doesn't mention potential performance impact or that some fields might be platform-dependent. With annotations carrying the core safety info, a 3 is appropriate.

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 efficient: one sentence defining purpose, then a return format block and examples. The JSON return format block is a bit verbose for the description but is useful context. It is well-structured and front-loaded with the purpose statement. Could be trimmed, but overall concise.

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?

The tool is simple (1 optional param, output defined). The description fully explains the return format and the effect of the detailed param. The output schema is provided in the description itself. Given the low complexity, the description is complete. No additional context needed.

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 coverage is 100%: the detailed parameter is described in the input schema ('Include boot time, users, and CPU frequency.'). The description's return format reinforces the meaning ('detailed only') but adds no additional semantic content beyond the schema. Baseline 3 is correct.

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 states exactly what the tool returns ('OS platform, Python version, CPU core count, and total memory') with a specific verb ('Return'). It clearly distinguishes from siblings like system_health_card and winops_sys_health, which likely provide health status rather than raw system info.

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 on when to use this tool versus alternatives. While the tool's name (sys_info) is self-explanatory, the description doesn't explain scenarios (e.g., 'use this for basic system identification, use system_health_card for overall system status'). No exclusions are given.

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