Skip to main content
Glama

htb_download_challenge

Download a Hack The Box challenge ZIP file by ID and optionally extract it to the download directory, with password support.

Instructions

Download a challenge ZIP by id and optionally extract it under the download directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
extractNo
passwordNohackthebox
overwriteNo
challenge_idYes
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It mentions download and extraction but fails to note side effects (e.g., file overwrite via the 'overwrite' parameter), security or authentication needs, or return behavior. The description is too terse for a mutation-capable 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?

The description is a single sentence, highly concise, and directly states the core functionality. All words are purposeful, with no redundancy or filler.

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 tool has moderate complexity (4 params, no output schema), but the description omits important context: authentication requirements, return values (e.g., file path or status), and extraction behavior. It is sufficient for a basic use case but incomplete for reliable agent execution.

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?

The description adds limited value beyond the schema: it clarifies the role of 'challenge_id' (by ID) and 'extract' (optional extraction). However, it does not explain the 'password' default or 'overwrite' behavior. Given 0% schema description coverage, the description provides minimal compensation, rating a baseline 3.

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 action ('Download'), the resource ('a challenge ZIP'), and specifies usage by ID with optional extraction. It effectively distinguishes from sibling tools like htb_challenge_info or htb_download_sherlock by focusing on challenges and the download/extract operation.

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?

No guidance is provided on when to use this tool versus alternatives such as htb_challenge_info or htb_start_challenge. The description does not specify prerequisites, conditions, or exclusions, leaving the agent without context for appropriate invocation.

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/AeonDave/htb-app-mcp'

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