list_property_values
List distinct values of any frontmatter property with occurrence counts, ordered by frequency. Ideal for exploring tags, statuses, or any key in your vault's metadata.
Instructions
List the distinct values of one frontmatter property as { value, count } rows, most frequent first. Array-valued properties count each element. A faceted index for a single key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The frontmatter property key to facet | |
| limit | No | Maximum number of distinct values to return (default 100; 0 = unbounded) | |
| offset | No | Rows to skip, for pagination (default 0). |