removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / limit / title
Added value: +"Limit"
addedInput schema / properties / lookback_days / title
Added value: +"Lookback Days"
addedInput schema / properties / protocols / title
Added value: +"Protocols"
addedInput schema / title
Added value: +"mcp_get_dex_volumeArguments"
addedOutput schema / $defs
Added value: +{
+ "DexVolumeEntry": {
+ "properties": {
+ "category": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Category"
+ },
+ "chains": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Chains",
+ "type": "array"
+ },
+ "error": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Error"
+ },
+ "error_type": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Error Type"
+ },
+ "protocol": {
+ "title": "Protocol",
+ "type": "string"
+ },
+ "slug": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Slug"
+ },
+ "volume_24h_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Volume 24H Usd"
+ },
+ "volume_30d_change_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Volume 30D Change Pct"
+ },
+ "volume_30d_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Volume 30D Usd"
+ },
+ "volume_7d_change_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Volume 7D Change Pct"
+ },
+ "volume_7d_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Volume 7D Usd"
+ },
+ "volume_share_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Volume Share Pct"
+ }
+ },
+ "required": [
+ "protocol",
+ "slug",
+ "category",
+ "volume_24h_usd",
+ "volume_7d_usd",
+ "volume_30d_usd",
+ "volume_7d_change_pct",
+ "volume_30d_change_pct",
+ "volume_share_pct",
+ "chains"
+ ],
+ "title": "DexVolumeEntry",
+ "type": "object"
+ }
+}
addedOutput schema / properties / dexes / items / $ref
Added value: +"#/$defs/DexVolumeEntry"
removedOutput schema / properties / dexes / items / properties
Removed value: -{
- "category": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Category"
- },
- "chains": {
- "items": {
- "type": "string"
- },
- "title": "Chains",
- "type": "array"
- },
- "error": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Error"
- },
- "error_type": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Error Type"
- },
- "protocol": {
- "title": "Protocol",
- "type": "string"
- },
- "slug": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Slug"
- },
- "volume_24h_usd": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Volume 24H Usd"
- },
- "volume_30d_change_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Volume 30D Change Pct"
- },
- "volume_30d_usd": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Volume 30D Usd"
- },
- "volume_7d_change_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Volume 7D Change Pct"
- },
- "volume_7d_usd": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Volume 7D Usd"
- },
- "volume_share_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Volume Share Pct"
- }
-}
removedOutput schema / properties / dexes / items / required
Removed value: -[
- "protocol",
- "slug",
- "category",
- "volume_24h_usd",
- "volume_7d_usd",
- "volume_30d_usd",
- "volume_7d_change_pct",
- "volume_30d_change_pct",
- "volume_share_pct",
- "chains"
-]
removedOutput schema / properties / dexes / items / title
Removed value: -"DexVolumeEntry"
removedOutput schema / properties / dexes / items / type
Removed value: -"object"