vault
Perform file and folder operations in Obsidian, including list, read, create, update, delete, and search, with advanced options for fragment retrieval and paginated results.
Instructions
File and folder operations - list, read, create, update, delete, search
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The specific action to perform | |
content | No | Content to write or append | |
directory | No | Directory path for list operations | |
includeContent | No | Include file content in search results (slower but more thorough) | |
maxFragments | No | Maximum number of fragments to return (default: 5) | |
page | No | Page number for paginated results | |
pageSize | No | Number of results per page | |
path | No | Path to the file or directory | |
query | No | Search query | |
returnFullFile | No | Return full file instead of fragments (WARNING: large files can consume significant context) | |
strategy | No | Fragment retrieval strategy (default: auto) |