list_containers
Browse and retrieve a paginated list of top-level containers to explore the main organizational structure of research data in RSpace.
Instructions
Lists top-level containers (not nested within other containers)
Usage: Browse main container organization structure Returns: Paginated list of root-level containers
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"
}