vault
Perform file and folder operations including list, read, create, update, delete, and search within Obsidian vaults. Retrieve specific content fragments or full files, and manage storage efficiently using pagination and retrieval strategies.
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 | |
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) |