addedInput schema / properties / bbox / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / bbox / default
Added value: +null
removedInput schema / properties / bbox / description
Removed value: -"Bounding box [west, south, east, north] in WGS84"
removedInput schema / properties / bbox / items
Removed value: -{
- "type": "number"
-}
removedInput schema / properties / bbox / maxItems
Removed value: -4
removedInput schema / properties / bbox / minItems
Removed value: -4
removedInput schema / properties / bbox / type
Removed value: -"array"
addedInput schema / properties / catalog_url / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / catalog_url / default
Added value: +null
removedInput schema / properties / catalog_url / description
Removed value: -"STAC catalog URL (optional, defaults to Microsoft Planetary Computer)"
removedInput schema / properties / catalog_url / type
Removed value: -"string"
addedInput schema / properties / collections / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "string"
+ }
+]
removedInput schema / properties / collections / description
Removed value: -"List of collection IDs to search within"
removedInput schema / properties / collections / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / collections / type
Removed value: -"array"
addedInput schema / properties / datetime / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / datetime / default
Added value: +null
removedInput schema / properties / datetime / description
Removed value: -"Date/time filter (ISO 8601 format, e.g., '2023-01-01/2023-12-31')"
removedInput schema / properties / datetime / type
Removed value: -"string"
addedInput schema / properties / limit / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / limit / description
Removed value: -"Maximum number of items to return"
removedInput schema / properties / limit / maximum
Removed value: -100
removedInput schema / properties / limit / minimum
Removed value: -1
removedInput schema / properties / limit / type
Removed value: -"integer"
addedInput schema / properties / output_format
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": "text"
+}
addedInput schema / properties / query / anyOf
Added value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / query / default
Added value: +null
removedInput schema / properties / query / description
Removed value: -"Additional query parameters for filtering items"
removedInput schema / properties / query / type
Removed value: -"object"
addedInput schema / required
Added value: +[
+ "collections"
+]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}