addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / date_from / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / date_from / default
Added value: +null
removedInput schema / properties / date_from / description
Removed value: -"ISO date lower bound e.g. 2026-01-01 (optional)"
removedInput schema / properties / date_from / format
Removed value: -"date"
removedInput schema / properties / date_from / type
Removed value: -"string"
addedInput schema / properties / date_to / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / date_to / default
Added value: +null
removedInput schema / properties / date_to / description
Removed value: -"ISO date upper bound (optional)"
removedInput schema / properties / date_to / format
Removed value: -"date"
removedInput schema / properties / date_to / type
Removed value: -"string"
addedInput schema / properties / entry_type / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / entry_type / default
Added value: +null
removedInput schema / properties / entry_type / description
Removed value: -"Filter by entry type (optional)"
removedInput schema / properties / entry_type / type
Removed value: -"string"
removedInput schema / properties / limit / description
Removed value: -"Max results"
removedInput schema / properties / limit / maximum
Removed value: -200
removedInput schema / properties / limit / minimum
Removed value: -1
removedInput schema / properties / query / description
Removed value: -"Full-text search query"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}