Back to MCP Overview
Sharing Tools
Tools for creating and managing share links.
9 tools
Available Tools
sharing_recordActivityRecord share activity (views, downloads)
Input Schema
shareToken | stringrequired | Share token from the URL |
action | stringrequired | Activity action type |
actorEmail | string | Email of the viewer (if known) |
ipAddress | string | IP address |
userAgent | string | Browser user agent |
metadata | object | Additional metadata |
Example Call
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "sharing_recordActivity",
"arguments": {
"shareToken": "example",
"action": "example",
"actorEmail": "example"
}
}
}