removedInput schema / additionalProperties
Removed value: -false
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_priceArguments"
addedOutput schema / $defs
Added value: +{
+ "TokenPriceEntry": {
+ "properties": {
+ "change_24h_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Change 24H Pct"
+ },
+ "fully_diluted_valuation": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fully Diluted Valuation"
+ },
+ "id": {
+ "title": "Id",
+ "type": "string"
+ },
+ "market_cap": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Market Cap"
+ },
+ "price": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Price"
+ },
+ "symbol": {
+ "title": "Symbol",
+ "type": "string"
+ },
+ "volume_24h": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Volume 24H"
+ }
+ },
+ "required": [
+ "id",
+ "symbol",
+ "price",
+ "market_cap",
+ "volume_24h",
+ "change_24h_pct"
+ ],
+ "title": "TokenPriceEntry",
+ "type": "object"
+ }
+}
addedOutput schema / properties / prices / items / $ref
Added value: +"#/$defs/TokenPriceEntry"
removedOutput schema / properties / prices / items / properties
Removed value: -{
- "change_24h_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Change 24H Pct"
- },
- "fully_diluted_valuation": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Fully Diluted Valuation"
- },
- "id": {
- "title": "Id",
- "type": "string"
- },
- "market_cap": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Market Cap"
- },
- "price": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Price"
- },
- "symbol": {
- "title": "Symbol",
- "type": "string"
- },
- "volume_24h": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Volume 24H"
- }
-}
removedOutput schema / properties / prices / items / required
Removed value: -[
- "id",
- "symbol",
- "price",
- "market_cap",
- "volume_24h",
- "change_24h_pct"
-]
removedOutput schema / properties / prices / items / title
Removed value: -"TokenPriceEntry"
removedOutput schema / properties / prices / items / type
Removed value: -"object"