Skip to main content
Glama

manage-notes

Perform note management operations including listing, reading, writing, moving, deleting, renaming, and appending to notes within Obsidian vaults.

Instructions

Unified tool for listing, reading, writing, moving, deleting, renaming, and appending to notes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'read', 'write', 'delete', 'append', 'rename', 'duplicate', 'move', 'list'
pathNoPath to the note relative to vault root
contentNoContent of the note
expected_mtimeNoExpected file modification time (RFC3339Nano) for optimistic concurrency
dry_runNoPreview deletion without modifying files
positionNoPosition to insert: 'end' (default), 'start', 'before', 'after'
afterNoHeading or text to insert after (if position is 'after')
beforeNoHeading or text to insert before (if position is 'before')
context_linesNoNumber of context lines to return (default 0)
old_pathNoOld note path
new_pathNoNew note path
outputNoOutput note path
sourceNoSource path
destinationNoDestination path
update_linksNoWhether to update links to this file (default true)
directoryNoDirectory path relative to vault root (for list action)
limitNoMaximum number of notes to return (for list action, 0 = no limit)
offsetNoNumber of notes to skip for pagination (for list action, default 0)
modeNoResponse mode: compact (default) or detailed

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/zach-snell/obx'

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