addedInput schema / properties / applies_to
Added value: +{
+ "default": "",
+ "description": "New applies_to target(s) (optional).",
+ "type": "string"
+}
addedInput schema / properties / category / description
Added value: +"New category (optional)."
addedInput schema / properties / content / description
Added value: +"New content (optional)."
addedInput schema / properties / id / description
Added value: +"Learning ID number."
addedInput schema / properties / prevention
Added value: +{
+ "default": "",
+ "description": "New prevention rule (optional).",
+ "type": "string"
+}
addedInput schema / properties / priority
Added value: +{
+ "default": "",
+ "description": "critical, high, medium, low (optional).",
+ "type": "string"
+}
addedInput schema / properties / reasoning
Added value: +{
+ "default": "",
+ "description": "New reasoning/context (optional).",
+ "type": "string"
+}
addedInput schema / properties / review_days
Added value: +{
+ "default": 0,
+ "description": "New review interval in days (optional).",
+ "type": "integer"
+}
addedInput schema / properties / status
Added value: +{
+ "default": "",
+ "description": "New status such as active/superseded (optional).",
+ "type": "string"
+}
addedInput schema / properties / supersedes_id
Added value: +{
+ "default": 0,
+ "description": "Existing learning ID this updated canonical rule replaces (optional).",
+ "type": "integer"
+}
addedInput schema / properties / title / description
Added value: +"New title (optional)."
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "type": "object",
- "x-fastmcp-wrap-result": true
-}New value: +null