get_metadata_values
Extract all unique values for a specified frontmatter key in your Obsidian vault, enabling efficient metadata management and data analysis.
Instructions
Get all unique values for a specific frontmatter key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Frontmatter key |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"description": "Frontmatter key",
"type": "string"
}
},
"required": [
"key"
],
"type": "object"
}