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 / linkedinUrl / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / linkedinUrl / 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 / profileUrl / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / profileUrl / type
Removed value: -"string"
addedInput schema / properties / screen_name / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / screen_name / 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 / urls
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ],
+ "description": "Alias for `handle`. Prefer `handle`."
+}
addedInput schema / properties / user / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / user / type
Removed value: -"string"
addedInput schema / properties / userName / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / userName / type
Removed value: -"string"
addedInput schema / properties / username / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / username / type
Removed value: -"string"