MCP tool
create_share_link
Share files with a named person
WRITE
calls /api/v1/share-linksCreate 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
| Name | Type | Required | Description |
|---|---|---|---|
resourceType | document | folder | workspace | yes | What to share |
resourceId | string | yes | Id of the document, folder or workspace |
recipientEmails | string | yes | Who may open it. At least one; each is verified by email code |
expiresInDays | number | yes | Required. How many days the link lives |
accessLevel | view | download | no | view (default) or download |
Generated from the immut MCP server, 32 tools. Machine-readable: this page as markdown · everything in one file · tool contract