Skip to main content
Glama
SanderCokart

Cloudreve MCP Server

by SanderCokart

get_file_properties

Retrieve properties of files and folders by specifying a path, file URI, or id.

Instructions

Get file/folder properties by path, File URI, or id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoRemote path or File URI
file_idNoCloudreve file id
extendedNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states 'Get properties' without indicating authentication requirements, read-only nature, error handling, or limitations. Critical details like whether extended parameter affects behavior or what happens when multiple identifiers are provided are missing.

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 a single, well-structured sentence that conveys the core purpose with key identification methods. It is efficient but could include more detail without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description should outline return values (e.g., property fields or structure). It does not. Also, given the tool's placement among many file operations, it fails to help the agent decide when to use this tool instead of get_file_id or list_files. The lack of required parameters is not addressed.

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 67% (path and file_id have descriptions, extended does not). The description adds the clarification that path can be 'Remote path or File URI', which goes beyond the schema. However, it does not explain the 'extended' parameter's purpose or default value, leaving a gap for one parameter.

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?

Description clearly states that the tool retrieves file/folder properties and specifies three identification methods (path, File URI, id). It distinguishes from sibling tools like list_files or get_download_url by focusing on properties. However, it does not define what 'properties' includes, which slightly reduces clarity.

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 on when to use this tool versus alternatives such as get_file_id, get_download_url, or list_files. The description does not mention prerequisites, typical use cases, or exclusionary conditions, leaving the agent to infer usage from the tool name alone.

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/SanderCokart/cloudreve-mcp'

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