Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_file_manager_get_v1_files_download

Read-onlyIdempotent

Download a file from a user's hosting account by specifying the user ID and file path. This read-only tool retrieves files via the Panelica File Manager.

Instructions

Download file

HTTP: GET /v1/files/download Category: File Manager Required scopes: files:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesQuery parameter: path
user_idYesTarget user ID
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the required scope 'files:read', which is useful, but it does not disclose response behavior such as returning raw file bytes, handling of missing files, or any path constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the core action 'Download file'. Some lines are redundant, such as 'HTTP: GET /v1/files/download' repeating the tool name and 'Read-only' duplicating the annotation, but overall it remains efficiently sized.

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?

For a simple read-only download operation with two required parameters, the description is mostly adequate, but it lacks important context about path semantics and the expected response format. An agent may not know whether the response is a binary stream, file content, or a download URL, and it has no guidance on how path should be constructed.

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%, so the baseline is 3. However, the 'path' parameter description is only 'Query parameter: path' and adds no real meaning; the description itself also fails to clarify whether path is absolute, relative to a user home, or requires encoding. It does not meaningfully compensate for the weak schema wording.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb and resource: 'Download file' via GET /v1/files/download. It is specific enough to identify the operation, though it does not differentiate it from other file-reading or download-related sibling tools such as file content or log download endpoints.

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 given about when to choose this tool over alternatives like panelica_file_manager_get_v1_files_content or panelica_logs_get_v1_logs_download_file. The description does not state whether this is for binary files, direct attachments, or how it differs from reading file content.

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

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/Panelica/panelica-mcp'

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