list_folders
Check which folders are indexed and searchable by listing each registered folder’s file and chunk counts, plus last index time. Use it to verify available content before searching or to find exact paths for removal.
Instructions
List registered folders with file/chunk counts and last index time.
Use this to check what is searchable before calling search, or to find the exact registered path for remove_folder. Returns {ok, folders: [{path, files, failed_files, chunks, added_at, last_indexed_at}, ...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||