Skip to main content
Glama
vkmtx

veil-mcp

by vkmtx

Stop a background run

sh_kill

Stop a background process by its run ID, sending a signal to the entire process group. Idempotent; returns 'already_exited' if the process already stopped.

Instructions

Stop a background run started with sh_run background:true, by id. Signals the whole process group (so a dev server's children die too). SIGTERM (the default) escalates to SIGKILL after 2s if the process ignores it. Killing an id whose process has ALREADY exited is not an error — it returns already_exited (idempotent).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe background run id returned by sh_run (e.g. cmd7).
signalNoSignal to send. SIGTERM escalates to SIGKILL after 2s.SIGTERM
Behavior5/5

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

With no annotations, the description fully discloses key behaviors: signals entire process group, SIGTERM escalates to SIGKILL after 2s, and killing an already exited process returns 'already_exited' (idempotent).

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?

Three concise sentences, each packed with essential information. No wasted words; front-loaded with the core purpose.

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?

Covers all behavioral aspects for a simple kill tool. Missing explicit mention of error conditions (e.g., invalid id) but sufficient for typical usage.

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 coverage is 100%, but the description adds value beyond schema by explaining signal escalation and idempotency. It does not introduce entirely new semantics but enhances understanding.

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 'stop' and the resource 'background run started with sh_run background:true', distinguishing it from siblings like sh_run (start) and sh_logs (read logs).

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?

It implicitly tells when to use (stop a background run) but does not explicitly describe when not to use or provide alternatives. However, it adds context on idempotency and signal options.

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/vkmtx/veil-mcp'

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