get_note_metadata
Retrieve detailed metadata for a specific Obsidian note, including size, timestamps, frontmatter tags, and properties. Specify the filepath to access this information.
Instructions
Get detailed metadata for a specific note including size, timestamps, frontmatter tags and properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to the note file relative to vault root (e.g., 'Daily/2024-01-01.md') | |
| includeTags | No | Extract tags from both frontmatter and content (default: true) |