Skip to main content
Glama
chs2147

obsidian-local-mcp

by chs2147

노트 생성

create_note

Create a new note in an Obsidian vault with YAML frontmatter. Fill optional metadata fields to populate values; parent folders are created automatically.

Instructions

Vault 안에 새 노트를 만든다. Obsidian YAML 속성(title, aliases, tags, author, date, source, type, Service URL)이 고정 순서로 기본 부여된다. 값을 채우려면 해당 파라미터를 넘기고, 비우면 빈 키만 유지된다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo날짜, 예: 2026-06-26 (date)
pathYesVault 기준 상대경로. .md 생략 가능. 부모 폴더는 자동 생성.
tagsNo태그 목록 (tags)
typeNo문서 유형 (type)
titleNo문서 제목 (title)
authorNo작성자. 미지정 시 설정의 기본 author 사용 (author)
sourceNo출처 (source)
aliasesNo별칭 목록 (aliases)
contentNo본문 markdown (frontmatter 제외)
overwriteNo이미 있으면 덮어쓸지 여부 (기본 false)
serviceUrlNo관련 서비스 URL (Service URL)
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals that Obsidian YAML properties are assigned in a fixed order and that empty keys are preserved when parameters are omitted. However, it does not address overwrite behavior or error conditions beyond what the schema already covers.

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?

Two concise sentences, front-loaded with the core purpose and followed by relevant YAML behavior. No redundant information, making it efficient and easy to parse.

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

Completeness4/5

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

The description covers the essential creation behavior and YAML handling. Combined with the rich schema, it provides enough to invoke the tool correctly. However, it lacks explicit mention of return values and conflict/overwrite behavior, which would improve completeness.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds semantic value by linking parameters to YAML fields, specifying the fixed order of properties, and clarifying that empty values result in empty keys. This goes beyond the schema's property descriptions.

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 'Vault 안에 새 노트를 만든다' (Creates a new note in the Vault), using a specific verb and resource. It also explains the YAML property assignment behavior, clearly distinguishing it from siblings like create_directory and update_note.

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

Usage Guidelines3/5

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

The description does not explicitly mention when to use this tool versus alternatives. The tool name and sibling list imply usage for creating notes, but no exclusion or alternative guidance is provided, relying on the agent to infer.

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/chs2147/obsidian-local-mcp'

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