Skip to main content
Glama
junnnnnw00

Obsidian Everywhere

by junnnnnw00

Bulk Remove Frontmatter Field

bulk_remove_frontmatter_field
Destructive

Remove a specified frontmatter field from all notes under a folder or entire vault, with dry-run and rollback.

Instructions

Remove exactly one frontmatter field from every note under a folder (or the whole vault) that carries it. Defaults to dry-run, enforces maxFiles, and creates a rollback snapshot (restorable via rollback_bulk_edit) when applied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldYesTop-level frontmatter field name to remove.
dryRunNoPreview only (default true). Set false to apply.
folderNoOptional vault-relative folder scope. Omit for the whole vault.
maxFilesNoAbort above this changed-file count (default 100).
Behavior5/5

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

Description adds critical behavioral context beyond annotations: defaults to dry-run, enforces maxFiles, creates rollback snapshot. This is essential for a destructive tool (annotations: destructiveHint=true). 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, front-loaded with the core action, then safety features. No unnecessary words. Every sentence adds value.

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?

No output schema, but description covers scope, field restriction, dry-run, maxFiles, and rollback. It lacks details on return value or error handling, but for a bulk tool this is sufficient. Could mention what the output looks like.

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% (all parameters documented), so baseline is 3. The description adds value by stating the single-field limitation explicit in the operation, and reinforces defaults (dryRun true) and constraints (maxFiles cap). While schema covers individual param details, the description provides holistic context.

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 removes exactly one frontmatter field from every note under a folder or whole vault. It distinguishes from sibling tools like remove_frontmatter_field (single note) and bulk_update_frontmatter (different operation) by specifying the scope and single-field constraint.

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 implies when to use: for bulk removal of a frontmatter field with safety features (dry-run, maxFiles, rollback). It mentions rollback_bulk_edit for restoration, providing context for safe usage. However, it could be more explicit about when not to use or compare to other bulk tools.

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