list_folders
Retrieve all folder names within an Obsidian vault to organize and navigate your knowledge base structure effectively.
Instructions
List all folders in a vault
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"
}