MCP tool

create_share_link

Share files with a named person

WRITEcalls /api/v1/share-links

Create a link that named people can open, for a document, a folder or a whole workspace. Use it to hand a report and its files to an investor or adviser. ⛔ THIS SENDS SOMEONE ELSE'S DOCUMENTS TO AN OUTSIDER: ask your human first, every time, and read the recipient list back to them before you call it. Recipients and an expiry are both required. Each recipient confirms a code sent to their email before the link opens, and every open is logged against that email address.

  • Access: write
  • Calls: /api/v1/share-links

Arguments

NameTypeRequiredDescription
resourceTypedocument | folder | workspaceyesWhat to share
resourceIdstringyesId of the document, folder or workspace
recipientEmailsstringyesWho may open it. At least one; each is verified by email code
expiresInDaysnumberyesRequired. How many days the link lives
accessLevelview | downloadnoview (default) or download

Generated from the immut MCP server, 32 tools. Machine-readable: this page as markdown · everything in one file · tool contract