Skip to main content
Glama
rayss868

PC Controller MCP Server

by rayss868

process_kill

Force-terminate a hung or unwanted Windows process by name or PID to free up blocked resources and close frozen applications immediately.

Instructions

Force-terminate a running process on this Windows PC. Can target by process name (kills ALL instances with that name) or by Process ID/PID (kills a specific process). The process is force-killed without confirmation. Use this to stop hung/frozen applications, close unwanted programs, or free up blocked resources. WARNING: Use with caution — killed processes cannot be recovered and any unsaved data will be lost.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidNoSpecific Process ID (PID) to terminate. Use the PID number from the process_list tool output. Safer than using name since it only kills one specific process.
nameNoName of the process to kill (without .exe extension). Examples: "notepad", "chrome", "code". This will kill ALL instances with that name.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description fully discloses destructive behavior: 'force-killed without confirmation,' 'killed processes cannot be recovered,' and 'unsaved data will be lost.' It also clarifies that name targeting kills ALL instances, which is critical operational context.

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 compact: three sentences front-loaded with the action, followed by targeted use cases and a warning. No filler or redundancy; every sentence contributes essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive tool with no annotations or output schema, the description covers the action, targeting options, consequences, and use cases. It is sufficiently complete for an agent to invoke the tool correctly and assess risks.

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 description coverage is 100% with detailed parameter descriptions: pid is described as safer since it kills one process, and name kills all instances. The tool description repeats these points but doesn't add new parameter-specific semantics, so baseline 3 applies.

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 'Force-terminate a running process on this Windows PC' with a specific verb and resource. It distinguishes between targeting by name (kills all instances) and by PID (kills specific process), which also differentiates it from sibling tools like process_list.

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 provides explicit use cases: 'stop hung/frozen applications, close unwanted programs, or free up blocked resources.' It does not mention alternatives or exclusions, but no direct sibling tool competes with this kill functionality, so the guidance is clear enough.

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

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/rayss868/pc-controller-mcp-server'

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