Skip to main content
Glama

Update Section

update_section
Idempotent

Replace a specific section's content in an Obsidian note by specifying a heading path. The heading itself stays unchanged, updating only the body between headings.

Instructions

Replace the body of a specific section (everything between a heading and the next heading at the same or shallower level). The heading line itself is preserved. section is a heading path: 'Tasks', 'Project A/Status', etc. — case-insensitive and whitespace-tolerant. Use this instead of rewriting the whole file when you only need to update one section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesVault-relative path to the note (e.g., 'folder/note.md'). Extension required.
sectionYesHeading path identifying the section to replace (e.g., 'Tasks' or 'Daily/Today').
newBodyYesReplacement body content. The heading line itself is kept intact.
Behavior3/5

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

Annotations already indicate idempotentHint=true (safe to repeat) and no destructiveness. The description adds that the heading line is preserved. This is useful but does not fully disclose behavior on missing sections or errors. No contradiction with annotations.

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?

Two sentences: first sentence states purpose and mechanics; second provides usage guideline and param clarification. No wasted words, front-loaded with essential information.

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

Completeness4/5

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

For a simple mutation tool with 3 parameters and no output schema, the description covers purpose, param semantics, and usage context. It does not describe return value or error states, but the low complexity makes this acceptable.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds semantic value for the 'section' parameter by explaining it is a heading path and case-insensitive. This goes beyond the schema description.

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 verb ('Replace the body') and the resource ('specific section'), and distinguishes it from rewriting the whole file. It also provides specific semantics about section identification via heading paths.

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 description explicitly advises to 'Use this instead of rewriting the whole file when you only need to update one section.' This provides clear when-to-use guidance. It could also mention alternatives like insert_at_section or edit_block, but the given guidance is sufficient.

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

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