SharePoint is a Microsoft platform for document management and intranets, enabling teams to collaborate, store, and organize content securely and effectively
Tool to add an attachment to a SharePoint list item. Use when you need to upload a binary file as an attachment to a specified list item.
Tool to add a field link to a list content type. Use when you want to associate an existing list field with a content type.
Tool to add a role assignment to a list item. Use when granting specific permissions to a user or group after breaking inheritance if needed.
Tool to add a role assignment to a SharePoint list. Use when granting permissions to a user or group on a specific list.
Tool to break permission inheritance on a list item. Use when you need to uniquely set permissions on an item after copying or clearing parent assignments.
Breaks permission inheritance on a SharePoint list, allowing you to set unique permissions. When you break inheritance, you can choose to: - Copy parent permissions as a starting point (copy_role_assignments=true) - Start fresh with no inherited permissions (copy_role_assignments=false) - Clear unique permissions on child items to re-inherit from this list (clear_subscopes=true) Use this when you need to manage list-level permissions independently from the site.