browse_repository
Explore and navigate the Alfresco repository structure using parent IDs and control the number of items displayed for efficient content management.
Instructions
Browse the Alfresco repository structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_items | No | ||
| parent_id | No | -my- |
Input Schema (JSON Schema)
{
"properties": {
"max_items": {
"default": 25,
"title": "Max Items",
"type": "integer"
},
"parent_id": {
"default": "-my-",
"title": "Parent Id",
"type": "string"
}
},
"type": "object"
}