Skip to main content
Glama
sandraschi

Windows Operations MCP

process_list_card

Retrieve and display a rich card listing running processes, with optional filtering by process name and control over the maximum number of processes shown.

Instructions

Display a rich card listing running processes, optionally filtered by name. Returns a Prefab UI card in capable MCP hosts; plain text fallback otherwise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
name_filterNo
max_processesNo
Behavior4/5

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

No annotations are provided, so the description carries full burden. It reveals that output is a Prefab UI card (likely read-only) with a plain text fallback, indicating non-destructive behavior. It doesn't disclose pagination or performance impact, but for a display tool this is adequate.

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?

Two concise sentences: first states purpose and filter, second describes output format and fallback. No wasted words, front-loaded with key 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 no output schema and low complexity (2 optional params), the description covers purpose, filtering, and output format. It lacks detail on error handling or exact card content, but is sufficient for a simple display tool.

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?

Schema description coverage is 0%, so description must compensate. It explains that 'name_filter' filters by name and 'max_processes' limits the count, adding value beyond the raw schema. Though not exhaustive, it provides sufficient meaning for most use cases.

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 verb 'display', the resource 'running processes', and the optional filter by name. It distinguishes itself from sibling tools like 'process_management' by focusing on a rich card display.

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

Usage Guidelines4/5

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

The description gives context on when to use (to display running processes, optionally filtered) and mentions fallback behavior. However, it does not explicitly exclude usage or compare with sibling tools like 'system_health_card' for system overview.

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