removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / chains / title
Added value: +"Chains"
addedInput schema / properties / days / title
Added value: +"Days"
addedInput schema / properties / limit / title
Added value: +"Limit"
addedInput schema / title
Added value: +"mcp_get_chain_metricsArguments"
addedOutput schema / $defs
Added value: +{
+ "ChainMetricsEntry": {
+ "properties": {
+ "chain": {
+ "title": "Chain",
+ "type": "string"
+ },
+ "chain_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Chain Id"
+ },
+ "error": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Error"
+ },
+ "error_type": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Error Type"
+ },
+ "fees_24h_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Fees 24H Usd"
+ },
+ "fees_30d_change_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Fees 30D Change Pct"
+ },
+ "fees_30d_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Fees 30D Usd"
+ },
+ "fees_7d_change_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Fees 7D Change Pct"
+ },
+ "fees_7d_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Fees 7D Usd"
+ },
+ "token_symbol": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Token Symbol"
+ },
+ "tvl_30d_change_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Tvl 30D Change Pct"
+ },
+ "tvl_7d_change_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Tvl 7D Change Pct"
+ },
+ "tvl_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Tvl Usd"
+ }
+ },
+ "required": [
+ "chain",
+ "chain_id",
+ "token_symbol",
+ "tvl_usd",
+ "tvl_7d_change_pct",
+ "tvl_30d_change_pct",
+ "fees_24h_usd",
+ "fees_7d_usd",
+ "fees_30d_usd",
+ "fees_7d_change_pct",
+ "fees_30d_change_pct"
+ ],
+ "title": "ChainMetricsEntry",
+ "type": "object"
+ },
+ "DataProvenance": {
+ "description": "Machine-readable source and freshness metadata for a tool response.",
+ "properties": {
+ "cache_age_seconds": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Cache Age Seconds"
+ },
+ "cache_hit": {
+ "default": false,
+ "title": "Cache Hit",
+ "type": "boolean"
+ },
+ "cache_ttl_seconds": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Cache Ttl Seconds"
+ },
+ "provider": {
+ "title": "Provider",
+ "type": "string"
+ },
+ "retrieved_at": {
+ "title": "Retrieved At",
+ "type": "string"
+ },
+ "source_fetched_at": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Source Fetched At"
+ },
+ "source_urls": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Source Urls",
+ "type": "array"
+ }
+ },
+ "required": [
+ "provider",
+ "retrieved_at"
+ ],
+ "title": "DataProvenance",
+ "type": "object"
+ }
+}
addedOutput schema / properties / chains / items / $ref
Added value: +"#/$defs/ChainMetricsEntry"
removedOutput schema / properties / chains / items / properties
Removed value: -{
- "chain": {
- "title": "Chain",
- "type": "string"
- },
- "chain_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Chain Id"
- },
- "error": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Error"
- },
- "error_type": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Error Type"
- },
- "fees_24h_usd": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Fees 24H Usd"
- },
- "fees_30d_change_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Fees 30D Change Pct"
- },
- "fees_30d_usd": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Fees 30D Usd"
- },
- "fees_7d_change_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Fees 7D Change Pct"
- },
- "fees_7d_usd": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Fees 7D Usd"
- },
- "token_symbol": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Token Symbol"
- },
- "tvl_30d_change_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Tvl 30D Change Pct"
- },
- "tvl_7d_change_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Tvl 7D Change Pct"
- },
- "tvl_usd": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Tvl Usd"
- }
-}
removedOutput schema / properties / chains / items / required
Removed value: -[
- "chain",
- "chain_id",
- "token_symbol",
- "tvl_usd",
- "tvl_7d_change_pct",
- "tvl_30d_change_pct",
- "fees_24h_usd",
- "fees_7d_usd",
- "fees_30d_usd",
- "fees_7d_change_pct",
- "fees_30d_change_pct"
-]
removedOutput schema / properties / chains / items / title
Removed value: -"ChainMetricsEntry"
removedOutput schema / properties / chains / items / type
Removed value: -"object"
changedOutput schema / properties / provenance / anyOf
Previous value: -[
- {
- "description": "Machine-readable source and freshness metadata for a tool response.",
- "properties": {
- "cache_age_seconds": {
- "anyOf": [
- {
- "minimum": 0,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Cache Age Seconds"
- },
- "cache_hit": {
- "default": false,
- "title": "Cache Hit",
- "type": "boolean"
- },
- "cache_ttl_seconds": {
- "anyOf": [
- {
- "minimum": 0,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Cache Ttl Seconds"
- },
- "provider": {
- "title": "Provider",
- "type": "string"
- },
- "retrieved_at": {
- "title": "Retrieved At",
- "type": "string"
- },
- "source_fetched_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Source Fetched At"
- },
- "source_urls": {
- "items": {
- "type": "string"
- },
- "title": "Source Urls",
- "type": "array"
- }
- },
- "required": [
- "provider",
- "retrieved_at"
- ],
- "title": "DataProvenance",
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/DataProvenance"
+ },
+ {
+ "type": "null"
+ }
+]