Skip to main content
Glama

Obsidian MCP Server

by natestrong

remove_tags_tool

Removes specified tags from the frontmatter of an Obsidian note, providing an updated tag list for efficient note organization and management.

Instructions

Remove tags from a note's frontmatter. Args: path: Path to the note tags: List of tags to remove (without # prefix) Returns: Updated tag list

Input Schema

NameRequiredDescriptionDefault
ctxNo
pathYes
tagsYes

Input Schema (JSON Schema)

{ "properties": { "ctx": { "default": null, "title": "Ctx" }, "path": { "title": "Path", "type": "string" }, "tags": { "items": { "type": "string" }, "title": "Tags", "type": "array" } }, "required": [ "path", "tags" ], "type": "object" }

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

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