Collection
🤖 AI Drafted (Not reviewed)
Get all files from a library collection
| Tool id | collection |
| 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
This tool takes no inputs.
What it emits
| Port | Type | Required | What it is |
|---|---|---|---|
Collection (collection_id) |
text |
— | Id of the collection these files came from |
Files (files) |
files |
— | File paths from collection |
Documents (documents) |
json |
— | Full document metadata |
Count (count) |
number |
— | Number of files |
Options
| Option | Type | Default | What it does |
|---|---|---|---|
collection_id |
string | — | Collection. |
file_types |
array | — | File types. |
limit |
integer | 0 | Max files. |
recursive |
boolean | yes | Include subfolders. |
status_filter |
string | all | Status. One of: all, pending, completed. |
The prompt it sends
This tool does not send a prompt — it does its work in code.