htb_stop_sherlock_vm
Stop a running Sherlock VM instance by its ID, terminating the virtual machine to release resources.
Instructions
Stop a Sherlock VM play instance by Sherlock id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sherlock_id | Yes |
Stop a running Sherlock VM instance by its ID, terminating the virtual machine to release resources.
Stop a Sherlock VM play instance by Sherlock id.
| Name | Required | Description | Default |
|---|---|---|---|
| sherlock_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description must disclose behavioral traits, but it only states the action. It omits details like whether the stop is graceful or forced, what happens to running tasks, and the state after stopping.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single efficient sentence that front-loads the action. However, it could be slightly expanded to provide essential behavioral context without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, no output schema), the description covers the basic purpose and input. However, it lacks depth on behavior and usage context, making it minimally adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 meaning to the parameter 'sherlock_id' beyond its title. It does not explain how to obtain the ID, any format constraints, or relationship with other tools like htb_start_sherlock_vm.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Stop'), the resource ('Sherlock VM play instance'), and the identifier ('by Sherlock id'), which is specific and differentiates from sibling tools that operate on machines, challenges, or containers.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives like htb_stop_machine or htb_reset_sherlock_vm. No prerequisites or context provided, leaving the agent to infer usage from the name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AeonDave/htb-app-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server