search_recent_documents
Find recently modified documents in RSpace by specifying a timeframe and optional text search to locate current research data.
Instructions
Search for recently modified documents
Usage: Find documents modified within a specific timeframe
Parameters:
days_back: Number of days to look back
query: Optional text search within recent documents
page_size: Number of results to return
Returns: Dictionary with recent documents
Example: search_recent_documents(7, "experiment")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | ||
| query | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||