Skip to main content
Glama
yunzaixi-dev

obsidian-agi-workspace-mcp

by yunzaixi-dev

create_folder

Creates a new folder or nested directory hierarchy inside an Obsidian vault, using a relative path to organize notes and files.

Instructions

Create a new folder or directory hierarchy inside the Obsidian vault.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesRelative folder path to create (e.g. "projects/agi" or "vault/ops/cluster-health")
Behavior2/5

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

There are no annotations, so the description carries full responsibility for behavioral disclosure. It only says 'create' and gives no information about whether existing folders cause errors, whether intermediate directories are created automatically, or any side effects. The phrase 'directory hierarchy' hints at recursive creation but does not confirm behavior.

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 sentence that is front-loaded with the core action and resource. There is no filler or redundant information.

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 relatively simple with one well-documented parameter, so the description covers the basic call. However, it omits behavioral details like what happens if the folder already exists or whether nested directories are created, which an agent would benefit from knowing.

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 schema already documents the 'path' parameter clearly with examples. The tool description adds no additional meaning about how the path is interpreted beyond the phrase 'directory hierarchy', which is already implied by the schema example.

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 states a specific verb, 'Create', a clear resource, 'a new folder or directory hierarchy', and the location, 'inside the Obsidian vault'. This clearly distinguishes it from sibling tools like read_note, write_note, or delete_item.

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 about when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. The intended use is implied but never made explicit.

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/yunzaixi-dev/obsidian-agi-workspace-mcp'

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