Skip to main content
Glama

Obsidian MCP Server

by getglad

create_note

Create new notes in your Obsidian vault with specified content, file paths, tags, and optional overwrite functionality for organized knowledge management.

Instructions

Create a new note in the vault

Input Schema

NameRequiredDescriptionDefault
contentYes
overwriteNo
pathYes
tagsNo

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "overwrite": { "default": false, "title": "Overwrite", "type": "boolean" }, "path": { "title": "Path", "type": "string" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" } }, "required": [ "path", "content" ], "type": "object" }

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/getglad/obsidian_mcp'

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