Skip to main content
Glama
mastrangi

n8n MCP Server

by mastrangi

Create Folder

create_folder

Create a new folder inside an n8n project, optionally nested under a parent folder. Provide project ID, folder name, and parent folder ID if needed.

Instructions

Create a folder within a project. Pass parent_folder_id to nest it inside another folder instead of the project root.

project_id is required (see list_folders for how to find it), except that n8n also accepts the literal string "personal" to mean your own personal project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
project_idYes
parent_folder_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations, the description carries full behavioral burden, and it does well by disclosing the special 'personal' project_id value, the root-vs-nested behavior, and the requirement on project_id. It does not mention permissions or error behavior, but for a straightforward create operation with an output schema these are secondary.

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?

Three short, information-dense sentences with no filler. The core purpose comes first, followed by the most important parameter behavior, then the required-parameter nuance.

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

Completeness5/5

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

The tool is simple, has an output schema, and the description covers project_id, parent_folder_id, and placement behavior. Nothing essential to selecting or invoking the tool correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description compensates strongly: it explains project_id's required status and special 'personal' value, and it explains parent_folder_id's nesting semantics. The name parameter is adequately implied by 'Create a folder' and its string type in the schema.

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 names a specific verb and resource ('Create a folder') and immediately scopes it to a project, which clearly separates it from the sibling create_workflow. It also clarifies the two placement modes (project root vs nested) in a way that adds precision beyond the tool name.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives task-specific guidance: pass parent_folder_id to nest, and project_id is required unless using the 'personal' alias. The pointer to list_folders for finding project_id is useful routing advice, but it does not explicitly discuss when not to use the tool versus a sibling.

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/mastrangi/mcp-n8n'

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