Skip to main content
Glama
EpicLabs23

ecp-mcp-server

by EpicLabs23

ecp_supervisor_remove_process

Permanently delete a supervised process and its configuration. Use this action when a process must be removed entirely, not just stopped.

Instructions

Remove a supervised process. Irreversible (config is deleted, not just stopped).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYes
app_nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly warns that the operation is irreversible and that the config is deleted, which is critical for a destructive tool. It does not mention effects on a currently running process, but the key risk is disclosed.

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?

Two short sentences with the action front-loaded and the irreversibility warning right after. There is no filler or redundant restating of the tool name.

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 core purpose and the main danger, but with no annotations and no output schema it should also clarify the effect on a running process and the role of the confirm parameter. Adequate but with clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description adds no parameter-level meaning. It does not explain that app_name identifies the supervised process or that confirm is a required safety confirmation. This is a significant gap for a two-parameter tool.

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?

States a specific verb and resource: 'Remove a supervised process.' It also distinguishes this from mere stopping by noting the config is deleted, which differentiates it from the sibling ecp_supervisor_stop_process.

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 phrase 'not just stopped' gives clear context that this tool is for permanent removal rather than temporary stopping. It does not explicitly name the alternative stop_process or state when-not-to-use, but the intended usage is clear enough for an agent.

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

Deploy Server

Other Tools