addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / doc_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / doc_id / default
Added value: +null
removedInput schema / properties / doc_id / description
Removed value: -"Restrict to pairs for this kb_id (optional)."
removedInput schema / properties / doc_id / type
Removed value: -"string"
removedInput schema / properties / limit / description
Removed value: -"Max pairs to return (default 100, clamped to 1000)."
removedInput schema / properties / limit / maximum
Removed value: -1000
removedInput schema / properties / limit / minimum
Removed value: -1
addedInput schema / properties / query_text_like / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / query_text_like / default
Added value: +null
removedInput schema / properties / query_text_like / description
Removed value: -"Case-insensitive substring match on query_text (optional)."
removedInput schema / properties / query_text_like / type
Removed value: -"string"
addedInput schema / properties / signal_type / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / signal_type / default
Added value: +null
removedInput schema / properties / signal_type / description
Removed value: -"Filter by signal type: 'explicit' (low feedback score), 'behavioral' (required requery), or 'all'. Optional."
removedInput schema / properties / signal_type / enum
Removed value: -[
- "explicit",
- "behavioral",
- "all"
-]
removedInput schema / properties / signal_type / type
Removed value: -"string"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}