removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / chain_id / title
Added value: +"Chain Id"
addedInput schema / properties / wallet_address / title
Added value: +"Wallet Address"
addedInput schema / title
Added value: +"mcp_get_wallet_portfolioArguments"
addedOutput schema / $defs
Added value: +{
+ "PortfolioEntry": {
+ "properties": {
+ "balance_formatted": {
+ "title": "Balance Formatted",
+ "type": "string"
+ },
+ "price_usd": {
+ "title": "Price Usd",
+ "type": "number"
+ },
+ "symbol": {
+ "title": "Symbol",
+ "type": "string"
+ },
+ "token_address": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Token Address"
+ },
+ "value_usd": {
+ "title": "Value Usd",
+ "type": "number"
+ }
+ },
+ "required": [
+ "symbol",
+ "token_address",
+ "balance_formatted",
+ "price_usd",
+ "value_usd"
+ ],
+ "title": "PortfolioEntry",
+ "type": "object"
+ }
+}
addedOutput schema / properties / holdings / items / $ref
Added value: +"#/$defs/PortfolioEntry"
removedOutput schema / properties / holdings / items / properties
Removed value: -{
- "balance_formatted": {
- "title": "Balance Formatted",
- "type": "string"
- },
- "price_usd": {
- "title": "Price Usd",
- "type": "number"
- },
- "symbol": {
- "title": "Symbol",
- "type": "string"
- },
- "token_address": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Token Address"
- },
- "value_usd": {
- "title": "Value Usd",
- "type": "number"
- }
-}
removedOutput schema / properties / holdings / items / required
Removed value: -[
- "symbol",
- "token_address",
- "balance_formatted",
- "price_usd",
- "value_usd"
-]
removedOutput schema / properties / holdings / items / title
Removed value: -"PortfolioEntry"
removedOutput schema / properties / holdings / items / type
Removed value: -"object"