Skip to main content
Glama
humyai99

mcp-syncnology

by humyai99

syncnology_create_folder

Create a new folder at a specified path on your Synology NAS. Use this tool to organize files by adding directories to your storage.

Instructions

Create a new folder named name inside folder_path on the NAS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
folder_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure, but it only states the basic creation action. It omits important traits like what happens if the folder already exists, whether parent directories are created, or any permissions required.

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 a single, clear sentence with no redundancy or filler content. It front-loads the key information and is easy to scan.

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?

The tool is simple and an output schema exists, but the description lacks crucial context such as error behavior, idempotency, or whether parent paths are created automatically. This is a notable gap for an operation that could fail or have side effects.

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?

The description adds minimal semantics by associating `name` with the new folder's name and `folder_path` with the parent location. However, it does not clarify expected formats, path restrictions, or naming rules, and with 0% schema coverage, more detail would be helpful.

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 action ('Create a new folder'), the resource (`name`), and the location (`folder_path` on the NAS). It distinguishes from sibling tools like delete_path or list_files by specifying a folder creation operation.

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 provided on when to use this tool versus alternatives, such as before uploading files or in conjunction with other NAS operations. There is no mention of exclusions or recommended contexts beyond the basic action.

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/humyai99/mcp-syncnology'

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