box_collaboration_update_tool
Modify collaborator permissions and settings for Box files and folders by updating roles, status, expiration dates, or path visibility.
Instructions
Update a specific collaboration's role. Args: ctx (Context): The MCP context. collaboration_id (str): The ID of the collaboration to update. role (str): The new role to assign to the collaborator. Default is "editor". Available roles are editor, viewer, previewer, uploader, viewer_uploader, co-owner. status (Optional[str]): The status of the collaboration. Can be 'accepted' or 'rejected'. expires_at (Optional[datetime]): The new expiration date of the collaboration. can_view_path (Optional[bool]): Whether the collaborator can view the path to the root folder. Returns: dict: A dictionary containing the updated collaboration details or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collaboration_id | Yes | ||
| role | No | editor | |
| status | No | ||
| expires_at | No | ||
| can_view_path | No |