Skip to main content
Glama
aleksakarac

Obsidian MCP Extended

by aleksakarac

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

TableJSON Schema
NameRequiredDescriptionDefault
filepathYesPath to note (relative to vault or absolute)
block_idYesBlock reference ID (with or without ^ prefix)
contentYesContent to insert after the block
vault_pathNoPath to vault root (optional, uses OBSIDIAN_VAULT_PATH env if not provided)
ctxNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It explains block ID format, performance, and return type, but lacks detail on error handling, side effects, and whether content insertion creates a new line. Ambiguities remain.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (10 lines) with clear sections (When to use, Performance, Returns). Each sentence is purposeful and front-loaded with the core action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, usage, performance, and return type, but lacks details on error cases (e.g., block not found), exact insertion behavior, and return value structure. With no output schema, more completeness would be beneficial.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 80% (4 of 5 parameters documented). The description adds minimal value beyond the schema, only reiterating that block_id can omit the ^ prefix, which the schema already states.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Insert content immediately after a block reference.' It explains block references and differentiates from sibling tools like insert_after_heading_fs_tool by specifying block-level insertion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'When to use' section lists relevant scenarios (e.g., adding follow-up content, expanding paragraphs). However, it does not explicitly exclude alternatives or mention when to use sibling tools like insert_after_heading_fs_tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/aleksakarac/obsidian-mcp'

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