removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / days / title
Added value: +"Days"
addedInput schema / properties / stats_only / title
Added value: +"Stats Only"
addedInput schema / properties / tokens / title
Added value: +"Tokens"
addedInput schema / properties / vs_currency / title
Added value: +"Vs Currency"
addedInput schema / title
Added value: +"mcp_get_token_price_historicalArguments"
addedOutput schema / $defs
Added value: +{
+ "DailyPricePoint": {
+ "properties": {
+ "date": {
+ "title": "Date",
+ "type": "string"
+ },
+ "price": {
+ "title": "Price",
+ "type": "number"
+ }
+ },
+ "required": [
+ "date",
+ "price"
+ ],
+ "title": "DailyPricePoint",
+ "type": "object"
+ },
+ "TokenHistoricalEntry": {
+ "properties": {
+ "daily_prices": {
+ "items": {
+ "$ref": "#/$defs/DailyPricePoint"
+ },
+ "title": "Daily Prices",
+ "type": "array"
+ },
+ "dca_baseline_90d": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Mean of weekly daily-close samples from the preceding 90 UTC days, in vs_currency.",
+ "title": "Dca Baseline 90D"
+ },
+ "dca_baseline_90d_partial": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "True when the DCA baseline uses incomplete 90-day history; null when unavailable.",
+ "title": "Dca Baseline 90D Partial"
+ },
+ "high_30d": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Maximum raw price observation in the trailing 30 UTC days, in vs_currency.",
+ "title": "High 30D"
+ },
+ "id": {
+ "title": "Id",
+ "type": "string"
+ },
+ "price_change_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Price Change Pct"
+ },
+ "price_end": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Price End"
+ },
+ "price_high": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Price High"
+ },
+ "price_low": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Price Low"
+ },
+ "price_start": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Price Start"
+ },
+ "std_30d": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Population standard deviation of trailing 30-day simple daily returns, as a decimal.",
+ "title": "Std 30D"
+ },
+ "symbol": {
+ "title": "Symbol",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "symbol",
+ "price_start",
+ "price_end",
+ "price_change_pct",
+ "price_high",
+ "price_low",
+ "daily_prices"
+ ],
+ "title": "TokenHistoricalEntry",
+ "type": "object"
+ }
+}
addedOutput schema / properties / tokens / items / $ref
Added value: +"#/$defs/TokenHistoricalEntry"
removedOutput schema / properties / tokens / items / properties
Removed value: -{
- "daily_prices": {
- "items": {
- "properties": {
- "date": {
- "title": "Date",
- "type": "string"
- },
- "price": {
- "title": "Price",
- "type": "number"
- }
- },
- "required": [
- "date",
- "price"
- ],
- "title": "DailyPricePoint",
- "type": "object"
- },
- "title": "Daily Prices",
- "type": "array"
- },
- "dca_baseline_90d": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Mean of weekly daily-close samples from the preceding 90 UTC days, in vs_currency.",
- "title": "Dca Baseline 90D"
- },
- "dca_baseline_90d_partial": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "True when the DCA baseline uses incomplete 90-day history; null when unavailable.",
- "title": "Dca Baseline 90D Partial"
- },
- "high_30d": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Maximum raw price observation in the trailing 30 UTC days, in vs_currency.",
- "title": "High 30D"
- },
- "id": {
- "title": "Id",
- "type": "string"
- },
- "price_change_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Price Change Pct"
- },
- "price_end": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Price End"
- },
- "price_high": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Price High"
- },
- "price_low": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Price Low"
- },
- "price_start": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Price Start"
- },
- "std_30d": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Population standard deviation of trailing 30-day simple daily returns, as a decimal.",
- "title": "Std 30D"
- },
- "symbol": {
- "title": "Symbol",
- "type": "string"
- }
-}
removedOutput schema / properties / tokens / items / required
Removed value: -[
- "id",
- "symbol",
- "price_start",
- "price_end",
- "price_change_pct",
- "price_high",
- "price_low",
- "daily_prices"
-]
removedOutput schema / properties / tokens / items / title
Removed value: -"TokenHistoricalEntry"
removedOutput schema / properties / tokens / items / type
Removed value: -"object"