Create multiple notes in one call
create_notesCreate multiple notes in a single API call to bootstrap a knowledge graph with MOC and topical notes. Each entry supports path, content, frontmatter, and wiki-links. Errors are reported per note; optionally stop on first failure.
Instructions
Create many notes in a single tool call. Designed for bootstrapping a knowledge graph (MOC + topical notes) without paying N round-trips. Each entry follows the same schema as create_note. Per-note errors are reported individually; pass stop_on_error: true to abort on the first failure. Within a batch, later entries also fail if they target a path already created earlier in the same call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | Notes to create. Each entry has the same fields as create_note. | |
| stop_on_error | No | Abort the batch on the first failure. Default: continue and report per-note results. |