list_templates
Display all available templates in your Obsidian vault to quickly access and apply them for consistent note formatting and structure.
Instructions
List all available templates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vault | Yes | Vault name |
Input Schema (JSON Schema)
{
"properties": {
"vault": {
"description": "Vault name",
"type": "string"
}
},
"required": [
"vault"
],
"type": "object"
}