addedInput schema / properties / limit
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ],
+ "description": "Ignored if this tool does not support it."
+}
addedInput schema / properties / link / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / link / type
Removed value: -"string"
addedInput schema / properties / maxResults
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ],
+ "description": "Ignored if this tool does not support it."
+}
addedInput schema / properties / max_results
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ],
+ "description": "Ignored if this tool does not support it."
+}
addedInput schema / properties / offset
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ],
+ "description": "Ignored if this tool does not support it."
+}
addedInput schema / properties / pageSize
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ],
+ "description": "Ignored if this tool does not support it."
+}
addedInput schema / properties / path
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ],
+ "description": "Alias for `url`. Prefer `url`."
+}
addedInput schema / properties / permalink / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / permalink / type
Removed value: -"string"
addedInput schema / properties / trim
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ],
+ "description": "Ignored if this tool does not support it."
+}
addedInput schema / properties / tweetId / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / tweetId / type
Removed value: -"string"
addedInput schema / properties / tweetUrl / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / tweetUrl / type
Removed value: -"string"
addedInput schema / properties / tweet_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / tweet_id / type
Removed value: -"string"
addedInput schema / properties / tweet_url / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / tweet_url / type
Removed value: -"string"