Skip to main content
Glama

process_kill

Destructive

Terminate a running process and optionally its child process tree in a Windows 98 VM. Use with process ID to stop unwanted programs or free resources.

Instructions

Terminate a process and, by default, its discovered child tree. VM remains locked by this session; call vm_unlock when finished.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
treeNo
process_idYes
Behavior5/5

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

The description adds significant behavioral detail beyond the annotations: it explains the default child-tree termination behavior ('by default, its discovered child tree') and the VM lock side effect ('VM remains locked by this session'). This goes well beyond the destructiveHint and readOnlyHint flags.

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 two sentences, front-loaded with the primary action, and efficiently communicates the key behavior (child tree) and a critical side effect (VM lock). Every word adds value, with no redundancy.

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 description covers the core purpose, the default child-tree handling, and the VM locking side effect. It does not mention error behavior or return values, but since no output schema exists, that information would be helpful. However, given the tool's relative simplicity (2 params, one required), the description is sufficiently complete for a highly destructive operation.

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?

With 0% schema description coverage, the description partially compensates by explaining the 'tree' parameter's default behavior ('by default, its discovered child tree'). It also implies that process_id identifies the target process. The schema already defines types and ranges, so the description adds meaningful context for the default tree behavior.

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 action ('Terminate a process') and the resource (a process and its discovered child tree). This distinguishes it from sibling tools like shell_terminate, which deals with shell sessions, and process_list/process_wait which are non-destructive.

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 clear context: it terminates a process and by default its child tree, and explicitly notes that the VM remains locked and instructs to call vm_unlock when finished. While it does not explicitly mention alternatives ('use this instead of ...'), it gives practical usage guidance for a destructive operation.

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/ido-pluto/windows98-mcp'

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