AI makes mistakes! Undisk makes recovery instant: every write is versioned, every file is reversible.
See it heal →

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

ParameterTypeRequiredDescription
actionstringYesOperation to perform: ‘create’ generates a share link, ‘revoke’ disables a share link, ‘list’ enumerates active shares. Values: create, revoke, list.
pathstringNoFile path to share or revoke. Required for ‘create’ and ‘revoke’ actions. Not used for ‘list’.