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. This is different from the 'token' parameter which is a display-specific preview token."New 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. This is different from 'token' which is a display-specific preview token."
changedInput schema / properties / access_token / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / base64_html / default
Removed value: -null
changedInput schema / properties / base64_html / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / content_description / default
Removed value: -null
changedInput schema / properties / content_description / description
Previous value: -"Optional human-readable summary of what this content is. Priority: explicit content_description > stored description > technical fallback."New value: +"Optional alias for description. If both are provided, description wins."
changedInput schema / properties / content_description / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
addedInput schema / properties / description / maxLength
Added value: +1000
addedInput schema / properties / description / minLength
Added value: +1
removedInput schema / properties / duration / default
Removed value: -null
addedInput schema / properties / duration / minimum
Added value: +0
changedInput schema / properties / duration / type
Previous value: -[
- "integer",
- "null"
-]New value: +"integer"
removedInput schema / properties / html / default
Removed value: -null
changedInput schema / properties / html / 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 — the server resolves the identity server-side.",
- "type": [
- "string",
- "null"
- ]
-}
removedInput schema / properties / token / default
Removed value: -null
changedInput schema / properties / token / description
Previous value: -"Display-specific preview token for unauthenticated demo-sign access. This is NOT the auth/JWT token — it is a short-lived token obtained from the display's preview flow. Omit this for normal authenticated usage."New value: +"Display-specific preview token for unauthenticated demo-sign access. This is NOT the auth/JWT token. Omit this for normal authenticated usage."
changedInput schema / properties / token / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "currentContentDescription": {
+ "type": "string"
+ },
+ "duration": {
+ "type": "integer"
+ },
+ "file": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}