Skip to main content
Glama

kali_download

Download file content from a Kali Linux server as base64. Optionally verify SHA256 checksum.

Instructions

Download file content from the Kali server as base64.

Args: remote_path: Path to file on the Kali server verify_checksum: Verify SHA256 checksum if provided by the server

Returns: File content encoded as base64

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remote_pathYes
verify_checksumNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the non-destructive read operation and the optional checksum verification behavior. However, it does not mention error handling, authentication requirements, or consequences of missing files.

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 compact (6 lines) and front-loaded with the core purpose. The Args/Returns format provides clear structure without redundancy. Every sentence adds value.

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 download tool with an output schema, the description covers the essential purpose, parameters, and return format. It lacks context about network prerequisites or error states, but overall it is adequate given the tool's simplicity.

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 input schema has no descriptions (0% coverage). The description adds meaning: 'remote_path: Path to file on the Kali server' and 'verify_checksum: Verify SHA256 checksum if provided by the server'. This clarifies the purpose of both parameters beyond their names.

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 verb 'download', the resource 'file content from the Kali server', and the output format 'base64'. This distinguishes it from siblings like 'kali_upload' and 'target_download_file'.

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?

The description provides no guidance on when to use this tool, prerequisites (e.g., Kali server connectivity), or when to prefer alternatives. There is no explicit 'when-to-use' or 'when-not-to-use' context.

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/zebbern/zebbern-kali-mcp'

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