Skip to main content
Glama
AesirKode

enhanced-filesystem-mcp

by AesirKode

download_tool

Download AI models from CivitAI, HuggingFace, or direct URLs with resume support, progress tracking, and SHA256 verification. Auto-detects model type and places files in the correct folder.

Instructions

Smart model downloads with resume, progress, SHA256 verification, and auto-placement. Sources: CivitAI (auto-detects type), HuggingFace, direct URLs. Operations: download, info (preview without downloading), list-paths (show all model folders).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoURL to download from (CivitAI, HuggingFace, or direct)
hashNoExpected SHA256 hash for verification (optional)
filenameNoOverride filename (optional)
operationYesDownload operation to perform
destinationNoOverride destination folder (optional - auto-detected by default)
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. It discloses key behaviors: resume support, progress tracking, SHA256 verification, auto-placement, and auto-detection of model type. It also clarifies that 'info' previews without downloading. However, it omits details about authentication requirements, error handling, or what happens on unexpected failures.

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 two sentences, front-loaded with the core value proposition ('Smart model downloads') and then enumerating sources and operations. Every sentence is informative and there is no redundant or filler content.

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?

The tool has 5 parameters, an operation enum, and no output schema. The description covers the operations and sources adequately for an agent to select and invoke it. However, it does not describe return values or error structures, which would be important for a tool with no output schema, but the core selection and invocation context is complete.

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 coverage is 100%, with descriptions for all 5 parameters, so the baseline is 3. The description adds semantic context (e.g., 'auto-detects type' explains destination defaulting, and operations are described in the schema). It does not provide syntax details beyond the schema but is consistent with it.

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 tool's function: 'Smart model downloads' with specific sources (CivitAI, HuggingFace, direct URLs) and operations (download, info, list-paths). This distinguishes it from sibling tools like efs_* (file system) and http_tool (generic HTTP) by focusing on model downloads.

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 implies when to use the tool by listing supported sources and operations, but it does not explicitly state when NOT to use it or name alternative tools. For example, it doesn't clarify whether http_tool should be used for non-model downloads, but the context is sufficiently clear for model-related use cases.

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/AesirKode/enhanced-filesystem-mcp'

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