Skip to main content
Glama
JujiuYey

Obsidian MCP Server

by JujiuYey

create_folder

Creates a new folder in your Obsidian vault at the specified path, enabling structured organization of notes and files.

Instructions

Create a new folder

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath of the new folder to create
Behavior1/5

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

No annotations are provided, so the description carries the full burden of disclosing behavioral traits. It fails to mention side effects, permissions, error cases, return values, or whether it overwrites an existing folder. This is a significant transparency gap for a mutation operation.

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, efficient sentence with no unnecessary words. It is front-loaded with the core purpose and avoids fluff, making it easy to parse quickly.

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?

Given the simplicity of the tool (one parameter, no output schema, no annotations), the description is still incomplete. It fails to provide context about behavioral outcomes such as whether intermediate directories are created, what happens if a folder already exists, or what the success response looks like. The agent lacks sufficient information to anticipate side effects or error handling.

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 schema already provides 100% coverage of the single parameter 'path' with a description ('Path of the new folder to create'). The tool description adds no additional meaning beyond that, so the baseline score of 3 applies without any extra value.

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 'Create a new folder' uses a specific verb (create) and resource (folder), clearly stating the tool's function. It differentiates from sibling tools like create_note and delete_folder by resource type and action, so there is no ambiguity about what it does.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives, no context, and no exclusions or prerequisites. It only states the action, leaving the agent to infer usage without any strategic direction.

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/JujiuYey/obsidian-mcp-server'

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