Folder
🤖 AI Drafted (Not reviewed)
Get files from a specific folder
|
|
| Tool id |
folder |
| Category |
source |
| Uses a language model |
no |
| Needs a generative model |
no |
| Runs over many items |
no |
| Item handling |
batch |
| Structured output |
no |
| Human-verified |
not yet |
What it reads
| Port |
Type |
Required |
What it is |
Query (query) |
text |
no |
Search query |
What it emits
| Port |
Type |
Required |
What it is |
Folder (folder_id) |
text |
— |
Id of the folder these files came from |
Files (files) |
files |
— |
File paths from folder |
Documents (documents) |
json |
— |
Full document metadata |
Subfolders (subfolders) |
json |
— |
Direct subfolder IDs |
Count (count) |
number |
— |
Number of files |
Options
| Option |
Type |
Default |
What it does |
file_types |
array |
— |
File types. |
folder_id |
string |
— |
Folder ID. |
folder_path |
string |
— |
Folder path. |
include_subfolders |
boolean |
no |
Include subfolders. |
limit |
integer |
0 |
Max files. |
The prompt it sends
This tool does not send a prompt — it does its work in code.