removedInput schema / properties / access_token / default
Removed value: -null
changedInput schema / properties / access_token / description
Previous value: -"Optional JWT access token for authentication. Pass the token returned by get_auth_session when your MCP client does not send it as an Authorization: Bearer HTTP header automatically."New value: +"Optional JWT access token for authentication."
changedInput schema / properties / access_token / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / session_request_id
Removed value: -{
- "default": null,
- "description": "Optional session request ID returned by create_auth_session. Pass this instead of access_token for simpler, more reliable authentication when generating preview links for private displays.",
- "type": [
- "string",
- "null"
- ]
-}
removedInput schema / properties / ttl_seconds / default
Removed value: -null
changedInput schema / properties / ttl_seconds / description
Previous value: -"Optional lifetime of the share link in seconds. Default 3600 (1 hour). Clamped to [60, 86400]."New value: +"Lifetime of the share link in seconds. Default 3600 (1 hour). Clamped to [60, 86400]."
addedInput schema / properties / ttl_seconds / maximum
Added value: +86400
addedInput schema / properties / ttl_seconds / minimum
Added value: +60
changedInput schema / properties / ttl_seconds / type
Previous value: -[
- "integer",
- "null"
-]New value: +"integer"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "contentVersionId": {
+ "type": "string"
+ },
+ "displayId": {
+ "type": "string"
+ },
+ "displayName": {
+ "type": "string"
+ },
+ "expiresAt": {
+ "type": "string"
+ },
+ "mode": {
+ "type": "string"
+ },
+ "previewUrl": {
+ "type": "string"
+ },
+ "privacyMode": {
+ "type": "string"
+ },
+ "ttlSeconds": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}