note_capture
Capture durable Markdown notes into an Obsidian vault, merging with existing notes when a matching title is found so you avoid duplicates and keep knowledge organized.
Instructions
Write one durable note into the Obsidian vault.
Search first with note_search: if a note on this subject already exists,
calling this with the same title folds the new material into it under a
dated update heading rather than creating a duplicate. Nothing already in
the file is removed.
Note structure by kind:
{structure}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Markdown body using the sections for this kind. | |
| kind | Yes | concept | decision | lesson | question | project | |
| tags | No | Lowercase topic tags. | |
| title | Yes | Short, specific, reusable as a wiki-link target. | |
| source | No | Client name, e.g. 'claude-code'. | |
| related | No | Titles of related notes. | |
| summary | Yes | One or two sentences stating the point. | |
| projects | No | Project names this relates to. | |
| log_to_daily | No | Also link this from today's daily note. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||