list_directory
Display organized contents of a directory in your notes, including files and subdirectories, by specifying a relative path. Use this tool to navigate and manage your knowledge base efficiently.
Instructions
List the contents of a directory in your notes. Shows all files and directories with clear labels. Specify path relative to your notes directory (e.g., 'Log' or 'Rollups').
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Directory path relative to notes directory (defaults to root notes directory if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"default": "",
"description": "Directory path relative to notes directory (defaults to root notes directory if not provided)",
"type": "string"
}
},
"type": "object"
}