Skip to main content
Glama
junnnnnw00

Obsidian Everywhere

by junnnnnw00

Bulk Update Frontmatter

bulk_update_frontmatter
Destructive

Update frontmatter fields across multiple notes in a folder or entire vault. Preview changes with dry-run before applying; max file limit and rollback snapshot ensure safety.

Instructions

Merge the same frontmatter fields into every note under a folder (or the whole vault). Only notes where a value actually changes are touched. Defaults to dry-run, enforces maxFiles, and creates a rollback snapshot (restorable via rollback_bulk_edit) when applied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoPreview only (default true). Set false to apply.
fieldsYesFields to add or replace on every matching note.
folderNoOptional vault-relative folder scope. Omit for the whole vault.
maxFilesNoAbort above this changed-file count (default 100).
Behavior4/5

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

Annotations already mark it as destructive (destructiveHint=true), but the description adds valuable behavioral details: only notes with actual value changes are touched, it defaults to dry-run, enforces maxFiles, and creates a rollback snapshot. This goes beyond annotations by explaining safety mechanisms.

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 extremely concise with two sentences. The first sentence clearly states the primary purpose, and the second sentence covers behavioral traits and safety features. Every word adds value with no redundancy.

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 tool has 4 parameters and no output schema. While the description adequately covers the input side and safety behaviors, it does not mention what the tool returns (e.g., success status, changed files count) or how errors are communicated. For a mutation tool, this information is important for the agent to handle responses correctly.

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 the schema already describes each parameter. However, the description adds higher-level context: 'merge' implies addition/replacement behavior, 'defaults to dry-run' clarifies dryRun's default, and 'enforces maxFiles' gives purpose to the maxFiles parameter. This adds meaning beyond the schema's literal descriptions.

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 merges frontmatter fields into notes under a folder or the whole vault, using the specific verb 'merge' and specifying the resource ('frontmatter fields'). This distinguishes it from siblings like update_frontmatter (single note) and bulk_remove_frontmatter_field (removal).

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

Usage Guidelines3/5

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

The description mentions defaults like dry-run and maxFiles enforcement, giving some context on how to use it safely, but it does not explicitly state when to use this tool versus alternatives (e.g., update_frontmatter for individual notes) or when not to use it. Usage is implied rather than explicit.

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/junnnnnw00/obsidian-everywhere'

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