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
removedInput schema / properties / content / description
Removed value: -"New content text"
removedInput schema / properties / content / type
Removed value: -"string"
removedInput schema / properties / kb_id / description
Removed value: -"kb_id of entry to update"
addedInput schema / properties / tags / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / tags / default
Added value: +null
removedInput schema / properties / tags / description
Removed value: -"Updated tags array"
removedInput schema / properties / tags / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / tags / type
Removed value: -"array"
addedInput schema / properties / title / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / title / default
Added value: +null
removedInput schema / properties / title / description
Removed value: -"New title"
removedInput schema / properties / title / type
Removed value: -"string"
addedInput schema / properties / topic / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / topic / default
Added value: +null
removedInput schema / properties / topic / description
Removed value: -"Updated topic/category for the entry"
removedInput schema / properties / topic / type
Removed value: -"string"
addedInput schema / properties / trust_score / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / trust_score / default
Added value: +null
removedInput schema / properties / trust_score / description
Removed value: -"Update the entry's confidence weight (0.0–1.0). Omit to leave the existing trust_score unchanged."
removedInput schema / properties / trust_score / maximum
Removed value: -1
removedInput schema / properties / trust_score / minimum
Removed value: -0
removedInput schema / properties / trust_score / type
Removed value: -"number"
addedInput schema / properties / verified / anyOf
Added value: +[
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / verified / description
Removed value: -"Mark entry as human-verified (true), disputed (false), or reset to unreviewed (null)."
removedInput schema / properties / verified / type
Removed value: -[
- "boolean",
- "null"
-]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}