addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / author / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / author / default
Added value: +null
removedInput schema / properties / author / description
Removed value: -"Who is creating this entry (your name, agent name, or system). Optional."
removedInput schema / properties / author / type
Removed value: -"string"
removedInput schema / properties / content / description
Removed value: -"Entry content"
addedInput schema / properties / source_type / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / source_type / default
Added value: +null
removedInput schema / properties / source_type / description
Removed value: -"Origin: 'human', 'agent', or 'system'. Optional, defaults to null."
removedInput schema / properties / source_type / type
Removed value: -"string"
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: -"Tags"
removedInput schema / properties / tags / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / tags / type
Removed value: -"array"
removedInput schema / properties / title / description
Removed value: -"Entry title"
removedInput schema / properties / topic / description
Removed value: -"Topic"
removedInput schema / properties / trust_score / description
Removed value: -"Confidence weight for this fact (0.0–1.0). Defaults to 1.0 (fully trusted). Lower values mark low-confidence facts that callers can later exclude via kb_search's min_trust_score filter."
removedInput schema / properties / trust_score / maximum
Removed value: -1
removedInput schema / properties / trust_score / minimum
Removed value: -0
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}