search_uploaded_files
Search uploaded documents in your MemoryPlugin library to retrieve relevant passages with source file and page information.
Instructions
Search documents the user has uploaded to their MemoryPlugin document library (not files uploaded directly to this conversation). MemoryPlugin file buckets store documents persistently across all AI chats.
Returns relevant text passages with source file and page info.
Use when:
User explicitly mentions their MemoryPlugin documents
User asks about "my files" or "my documents" and there are no files in the current conversation
If unsure whether they mean MemoryPlugin files or conversation files, ask to clarify
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topK | No | Number of results to return (default: 5, max: 20) | |
| query | Yes | Search query text | |
| bucketId | No | Optional file bucket ID to limit search scope |