Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_file_manager_get_v1_files_content

Read-onlyIdempotent

Fetch file contents from a Panelica hosting panel by providing user ID and path. Use this read-only tool to view files without modifying them.

Instructions

Read file content

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

Input Schema

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

TDQS

A3.5/5.0
Behavior4/5

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

The annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the bar is lower. The description adds the required 'files:read' scope, which is a practical authentication requirement beyond the annotations. It does not mention edge-case behavior such as missing files or response encoding, but the annotation coverage mitigates that gap.

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 and front-loaded with the core action. Each subsequent line adds a distinct, useful fact: HTTP method, category, required scope, and read-only nature. No filler or redundant repetition is present.

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 two-parameter read operation with rich annotations, the description is close to sufficient, and the response is plausibly just file content. However, it lacks selection context versus sibling tools, does not clarify path format or the user_id/path relationship, and there is no output schema to explain the response shape.

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 description coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning; the schema itself describes user_id as 'Target user ID' but path only as 'Query parameter: path', leaving the actual path format and semantics unclear.

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 opens with 'Read file content', which is a specific verb + resource, and reinforces it with the HTTP method and 'Category: File Manager'. It is clear enough to distinguish this from the file manager write-content tool and from other file-related siblings, though it does not explicitly name any alternative.

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 about when to use this tool versus related siblings such as panelica_file_manager_get_v1_files_download, panelica_file_manager_put_v1_files_content, or the git repository files-content tool. It only lists static attributes like HTTP method, category, scopes, and read-only status, without any selection criteria or exclusions.

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