list_properties
List every frontmatter property key used across the vault, with note count and value types, sorted by frequency.
Instructions
List every frontmatter property key used across the vault with the number of notes using it and the distinct value types observed (string/number/boolean/array/null/date, plus object for nested YAML written by hand on disk — frontmatter writes reject nesting, reads do not), sorted by frequency. The vault's property schema; like list_tags but for arbitrary properties. No limit: the full set is returned (offset still pages; truncated is always false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Rows to skip, for pagination (default 0). | |
| include_tags | No | Include the tags key (default: true) |