list_templates
Browse available note templates to quickly create structured documents in your Obsidian vault. Select from pre-designed formats for consistent note-taking and organization.
Instructions
List available note templates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder | No | Templates |
Input Schema (JSON Schema)
{
"properties": {
"folder": {
"default": "Templates",
"title": "Folder",
"type": "string"
}
},
"type": "object"
}