insert_after_block_fs_tool
Inserts content after a specified block reference in Obsidian notes. Enables expanding on specific paragraphs or building linked content structures.
Instructions
Insert content immediately after a block reference.
Finds the specified block reference (^block-id) and inserts content after the line containing it. Accepts block IDs with or without the ^ prefix.
When to use:
Adding follow-up content to referenced blocks
Expanding on specific paragraphs
Building linked content structures
Programmatic content generation
Performance:
10,000 word notes: < 500ms
Returns: Success status and descriptive message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to note (relative to vault or absolute) | |
| block_id | Yes | Block reference ID (with or without ^ prefix) | |
| content | Yes | Content to insert after the block | |
| vault_path | No | Path to vault root (optional, uses OBSIDIAN_VAULT_PATH env if not provided) | |
| ctx | No |