list_templates
List templates from the Obsidian vault's core Templates plugin folder, returning path, name, size, and modified date with pagination support.
Instructions
Enumerate the vault's core Templates-plugin template folder as { path, name, size, modified } headers. Folder resolved from .obsidian/templates.json (or the OBSIDIAN_TEMPLATE_FOLDER override); errors if neither is configured. Read-only. Core Templates only — Templater scripting is not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of templates to return (default 100; 0 = unbounded) | |
| offset | No | Rows to skip, for pagination (default 0). |