drive_share_status
Retrieve the sharing state of a Proton Drive path to avoid duplicate invites and confirm member details before revoking access. Returns shared flag, member list, and share URL.
Instructions
Return the current sharing state of a Proton Drive path. Requires authentication. Returns {isShared: boolean, members: [{email, role, addedAt?}], shareUrl?}. Always call this before drive_share_invite (to avoid duplicate invitations) and before drive_share_revoke (to confirm the member email). Do not call this to modify sharing — it is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute remote Drive path to inspect (must start with '/'). E.g. /my-files/project or /my-files/report.pdf. Must be an existing file or folder on Proton Drive. |