addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / limit / description
Removed value: -"Max rows for session_id/topic/recent selectors (default 50, clamped to 500). Ignored for query_id."
removedInput schema / properties / limit / maximum
Removed value: -500
removedInput schema / properties / limit / minimum
Removed value: -1
addedInput schema / properties / query_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / query_id / default
Added value: +null
removedInput schema / properties / query_id / description
Removed value: -"Return the single row for this query_id."
removedInput schema / properties / query_id / type
Removed value: -"string"
addedInput schema / properties / session_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / session_id / default
Added value: +null
removedInput schema / properties / session_id / description
Removed value: -"Return rows for this session_id (newest-first)."
removedInput schema / properties / session_id / 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: -"Return rows for this topic (newest-first)."
removedInput schema / properties / topic / type
Removed value: -"string"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}