What it does
Share a workspace file via a public link accessible to any authenticated Undisk user. This is an experimental feature — enable it at https://mcp.undisk.app/keys before use. Shared links are unlisted (like GitHub gists): not indexed, not crawlable, but viewable by anyone with the URL who has an Undisk account. Shared content shows the latest file version. Flagged content cannot be shared.Required scope
shares:write
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
action | string | Yes | Operation to perform: ‘create’ generates a share link, ‘revoke’ disables a share link, ‘list’ enumerates active shares. Values: create, revoke, list. |
path | string | No | File path to share or revoke. Required for ‘create’ and ‘revoke’ actions. Not used for ‘list’. |