Skip to main content
Glama

stop_launch

Stop a launch session with graceful shutdown or immediate force kill. Sends SIGTERM then SIGKILL after timeout.

Instructions

Stop a launch session gracefully or forcefully.

Sends SIGTERM to process group, waits for timeout, then SIGKILL if needed.

Args: session_id: Session ID to stop force: If True, use SIGKILL immediately timeout: Timeout for graceful shutdown

Returns: Status of the stop operation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoForce kill if true
timeoutNoGraceful shutdown timeout in seconds
session_idYesSession ID to stop

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden and does well: it explains graceful stop (SIGTERM, timeout, then SIGKILL) and the force option (immediate SIGKILL). It clearly signals that the tool terminates processes. While it could mention side effects or irreversibility, the signal-based behavior is sufficiently disclosed.

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 concise: three sentences plus an Args list. It front-loads the main action. The Args list is redundant with the schema but not overly verbose. It could be slightly tighter by omitting the list, but overall it is well-structured and efficient.

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

Completeness3/5

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

The description covers the stop mechanism and parameters adequately. However, it lacks mention of the return value's meaning (beyond 'status') and does not relate to sibling tools (e.g., hinting that stopped sessions may require start_launch again). The output schema likely fills some gaps, but the description could be more complete for an agent.

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% (all parameters described in schema), giving a baseline of 3. The description adds value by explaining how parameters affect behavior: e.g., 'force: If True, use SIGKILL immediately' and how timeout is used in the graceful shutdown sequence. This extra context improves understanding beyond the schema's minimal descriptions.

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 tool's purpose: 'Stop a launch session gracefully or forcefully.' It specifies the verb 'stop' and the resource 'launch session,' and explains the mechanism (SIGTERM then SIGKILL). This distinguishes it from sibling tools like pause_launch (which suspends) or restart_launch (which restarts).

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?

The description does not explicitly guide when to use this tool versus alternatives like pause_launch or restart_launch. It explains how it works but omits context such as 'Use this to terminate a session completely; use pause_launch to temporarily suspend it.' Given multiple related tools, this absence of comparative guidance is a notable gap.

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/NEWSLabNTU/autoware-mcp'

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