Search
🤖 AI Drafted (Not reviewed)
Find files matching a search query
|
|
| Tool id |
search |
| 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 |
yes |
What it reads
| Port |
Type |
Required |
What it is |
Query (query) |
text |
no |
Search query |
What it emits
| Port |
Type |
Required |
What it is |
Files (files) |
files |
— |
Matching file paths |
Documents (documents) |
json |
— |
Full document metadata with scores |
Count (count) |
number |
— |
Number of matches |
Options
| Option |
Type |
Default |
What it does |
collection_id |
string |
— |
Collection. |
file_types |
array |
— |
File types. |
graph_hops |
integer |
1 |
KG traversal depth for graph-aware retrieval. |
limit |
integer |
100 |
Max results. |
max_kg_claims |
integer |
12 |
Max KG claim context rows to add. |
min_score |
number |
0.0 |
Min score. |
query |
string |
— |
Search query. |
search_type |
string |
hybrid |
Search type. One of: hybrid, semantic, fulltext. |
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.