addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / content / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / content / default
Added value: +null
changedInput schema / properties / content / description
Previous value: -"Text content of the status. Supports HTML or plain text."New value: +"Backward-compatible alias for status text."
removedInput schema / properties / content / type
Removed value: -"string"
addedInput schema / properties / in_reply_to_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / in_reply_to_id / default
Added value: +null
removedInput schema / properties / in_reply_to_id / type
Removed value: -"string"
addedInput schema / properties / language / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / language / default
Added value: +null
changedInput schema / properties / language / description
Previous value: -"ISO 639-1 language code (e.g. 'en', 'cs')."New value: +"ISO 639-1 language code (e.g. 'en', 'cs'). If omitted, the\nlanguage is auto-detected from 'status'/'content'."
removedInput schema / properties / language / type
Removed value: -"string"
addedInput schema / properties / media_ids / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / media_ids / default
Added value: +null
removedInput schema / properties / media_ids / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / media_ids / type
Removed value: -"array"
addedInput schema / properties / sensitive / default
Added value: +false
addedInput schema / properties / spoiler_text / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / spoiler_text / default
Added value: +null
removedInput schema / properties / spoiler_text / type
Removed value: -"string"
addedInput schema / properties / status
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Text content of the status (preferred argument name)."
+}
addedInput schema / properties / visibility / default
Added value: +"public"
removedInput schema / required
Removed value: -[
- "content"
-]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}