Skip to main content
Glama
rc4l
by rc4l

Reset — reap this session's engine instances

reset

Clean up engine instances started by this session and orphaned engines from previous sessions that block bridge ports. Optionally, set all to true to also kill engines from other live sessions.

Instructions

Kill every instance this session launched, and reap engines ORPHANED by earlier sessions (whose launcher is gone) that could otherwise squat bridge ports. Engines belonging to another running editor window are left alone. Pass all:true to also kill those — only do that if you know no other session is using this engine build.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoAlso kill engines owned by other live MCP sessions using this same build.
Behavior5/5

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

No annotations exist, so the description carries the full burden. It explicitly states what gets killed, what is left alone ('Engines belonging to another running editor window are left alone'), and the effect and risk of all:true. This is thorough behavioral disclosure for a destructive tool.

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 dense sentences with no filler, front-loaded with the primary action. Every sentence adds essential information about scope, exclusions, and parameter usage.

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 tool is simple (1 param, no output schema), and the description thoroughly explains scope, behavior, and the optional parameter. The only minor gap is not describing return values, but for a cleanup operation this is acceptable.

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?

The schema already fully describes the 'all' parameter (100% coverage), and the description reinforces its meaning and adds a safety condition. Baseline 3 applies, but the extra guidance justifies a 4.

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 opens with 'Kill every instance this session launched, and reap engines ORPHANED by earlier sessions,' which specifies the verb (kill/reap) and resource (engine instances). It clearly distinguishes itself from sibling kill_instance by focusing on session-level cleanup and orphan reaping.

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 explains when to use the tool (to clean up session instances and orphaned engines squatting bridge ports) and provides caution for the 'all' parameter ('only do that if you know no other session is using this engine build'). No explicit alternative tool is named, but the scope is clear enough to infer.

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/rc4l/ZandronumMCP'

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