Skip to main content
Glama

vault_write

Write content to an Obsidian vault by appending, replacing sections, or creating new files with frontmatter for project documentation.

Instructions

Write to the vault: append, replace a section, or create a new file.

Modes:

  • append/replace: Update a project section. Requires section.

  • create: Create a new file with auto-generated frontmatter. Requires path and doc_type.

Args: project: Project slug or '_meta' for cross-project content. content: Markdown content to write (body only for create mode). operation: 'append', 'replace', or 'create'. Default 'append'. section: Section shortcut (context, tasks, roadmap, lessons). For append/replace. path: Relative path for new file. For create mode. doc_type: Document type for frontmatter. For create mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
contentYes
operationNoappend
sectionNo
pathNo
doc_typeNo

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/mlorentedev/hive'

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