Skip to main content
Glama

dsh_web_stop

Stop the DeepSeek Harness Web UI companion process on port 3080 to end the web interface and free system resources.

Instructions

Stop the running DeepSeek Harness Web UI companion process on port 3080.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoPort to terminate (default: 3080).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/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 explicitly names the affected resource and what happens to it ('Stop the running process'), including the port. It could add more detail about error cases or forceful termination, but for a simple stop operation the core behavior is transparent.

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 a single clear sentence with no filler. The verb and main action are front-loaded, and every word contributes useful information.

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?

For a simple one-parameter utility tool, the description covers what, where, and the target port. It does not explain return values or behavior when no process is running, but those are minor gaps given the tool's simplicity and the lack of an output schema.

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

Parameters3/5

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

Schema description coverage is 100%: the port parameter is already documented with its default value. The description mentions port 3080 but does not add new semantic meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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 uses a specific verb ('Stop') with a specific resource ('running DeepSeek Harness Web UI companion process on port 3080'). This clearly distinguishes it from sibling tools like dsh_web_start and dsh_web_status, leaving no ambiguity about what the tool does.

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: use it to stop the running Web UI companion process on port 3080. It does not explicitly name alternatives or state when not to use it, so it is not a perfect 5, but the intended usage is evident from the wording.

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