Skip to main content
Glama

Obsidian MCP Server

by natestrong

get_note_info_tool

Extract metadata and statistics from an Obsidian note by its path, enabling efficient retrieval of note information without accessing the full content directly.

Instructions

Get metadata and information about a note without retrieving its full content. Args: path: Path to the note Returns: Note metadata and statistics

Input Schema

NameRequiredDescriptionDefault
ctxNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "ctx": { "default": null, "title": "Ctx" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "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