Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_file_manager_get_v1_files_permissions

Read-onlyIdempotent

Retrieve file permissions for a specified path and user. Check access rights without modifying files or settings.

Instructions

Get file permissions

HTTP: GET /v1/files/permissions 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.6/5.0
Behavior4/5

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

The description adds useful behavioral context beyond the annotations by stating the HTTP method, the exact endpoint, the category, and the required scope 'files:read'. The 'Read-only' statement is consistent with the annotations, and no contradictions or hidden side effects are disclosed.

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, front-loaded with the core action, and each line adds a distinct piece of information: purpose, HTTP endpoint, category, required scope, and read-only nature. There is no filler or redundancy.

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 read-only GET endpoint with two required parameters and rich annotations, the description covers the key invocation details: scopes, HTTP method, endpoint, and safety profile. It does not describe the response shape, which is a minor gap since no output schema exists, but the tool's purpose is straightforward.

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 schema provides 'Target user ID' for user_id, but the description for path is merely a tautological 'Query parameter: path' and adds no meaningful semantics. The tool description itself does not clarify what path values are valid or how path relates to the user.

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 ('Get file permissions') and reinforces it with the HTTP path and category. However, it does not explicitly distinguish itself from closely related siblings such as panelica_file_manager_get_v1_files_permissions_presets or panelica_file_manager_patch_v1_files_permissions, so no differentiation is provided beyond the HTTP method implied by the name.

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 gives no guidance on when to use this tool versus alternatives. It does not mention related file-permission tools, the permissions-presets endpoint, or the patch operation, so an agent must infer selection from the name and path alone.

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