get_documents
Retrieve recent RSpace document metadata with pagination to browse and select research documents. Returns document overviews for efficient browsing without full content.
Instructions
Retrieves recent RSpace documents with pagination
Usage: Get overview of recent documents for browsing/selection Limit: Maximum 200 documents per call for performance Returns: List of document metadata (not full content)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_size | No |
Input Schema (JSON Schema)
{
"properties": {
"page_size": {
"default": 20,
"title": "Page Size",
"type": "integer"
}
},
"type": "object"
}