removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / chain_id / title
Added value: +"Chain Id"
addedInput schema / properties / spenders / title
Added value: +"Spenders"
addedInput schema / properties / tokens / title
Added value: +"Tokens"
addedInput schema / properties / wallet_address / title
Added value: +"Wallet Address"
addedInput schema / title
Added value: +"mcp_get_token_approvalsArguments"
addedOutput schema / $defs
Added value: +{
+ "ApprovalEntry": {
+ "properties": {
+ "allowance_formatted": {
+ "title": "Allowance Formatted",
+ "type": "string"
+ },
+ "allowance_raw": {
+ "title": "Allowance Raw",
+ "type": "string"
+ },
+ "is_permit2": {
+ "title": "Is Permit2",
+ "type": "boolean"
+ },
+ "is_unlimited": {
+ "title": "Is Unlimited",
+ "type": "boolean"
+ },
+ "risk_level": {
+ "enum": [
+ "low",
+ "medium",
+ "high"
+ ],
+ "title": "Risk Level",
+ "type": "string"
+ },
+ "spender_address": {
+ "title": "Spender Address",
+ "type": "string"
+ },
+ "spender_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Spender Name"
+ },
+ "token_address": {
+ "title": "Token Address",
+ "type": "string"
+ },
+ "token_symbol": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Token Symbol"
+ }
+ },
+ "required": [
+ "token_symbol",
+ "token_address",
+ "spender_name",
+ "spender_address",
+ "allowance_raw",
+ "allowance_formatted",
+ "is_unlimited",
+ "is_permit2",
+ "risk_level"
+ ],
+ "title": "ApprovalEntry",
+ "type": "object"
+ },
+ "RiskSummary": {
+ "properties": {
+ "high_risk_approvals": {
+ "title": "High Risk Approvals",
+ "type": "integer"
+ },
+ "total_approvals": {
+ "title": "Total Approvals",
+ "type": "integer"
+ },
+ "unknown_spenders": {
+ "title": "Unknown Spenders",
+ "type": "integer"
+ },
+ "unlimited_approvals": {
+ "title": "Unlimited Approvals",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "total_approvals",
+ "unlimited_approvals",
+ "high_risk_approvals",
+ "unknown_spenders"
+ ],
+ "title": "RiskSummary",
+ "type": "object"
+ }
+}
addedOutput schema / properties / approvals / items / $ref
Added value: +"#/$defs/ApprovalEntry"
removedOutput schema / properties / approvals / items / properties
Removed value: -{
- "allowance_formatted": {
- "title": "Allowance Formatted",
- "type": "string"
- },
- "allowance_raw": {
- "title": "Allowance Raw",
- "type": "string"
- },
- "is_permit2": {
- "title": "Is Permit2",
- "type": "boolean"
- },
- "is_unlimited": {
- "title": "Is Unlimited",
- "type": "boolean"
- },
- "risk_level": {
- "enum": [
- "low",
- "medium",
- "high"
- ],
- "title": "Risk Level",
- "type": "string"
- },
- "spender_address": {
- "title": "Spender Address",
- "type": "string"
- },
- "spender_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Spender Name"
- },
- "token_address": {
- "title": "Token Address",
- "type": "string"
- },
- "token_symbol": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Token Symbol"
- }
-}
removedOutput schema / properties / approvals / items / required
Removed value: -[
- "token_symbol",
- "token_address",
- "spender_name",
- "spender_address",
- "allowance_raw",
- "allowance_formatted",
- "is_unlimited",
- "is_permit2",
- "risk_level"
-]
removedOutput schema / properties / approvals / items / title
Removed value: -"ApprovalEntry"
removedOutput schema / properties / approvals / items / type
Removed value: -"object"
addedOutput schema / properties / risk_summary / $ref
Added value: +"#/$defs/RiskSummary"
removedOutput schema / properties / risk_summary / properties
Removed value: -{
- "high_risk_approvals": {
- "title": "High Risk Approvals",
- "type": "integer"
- },
- "total_approvals": {
- "title": "Total Approvals",
- "type": "integer"
- },
- "unknown_spenders": {
- "title": "Unknown Spenders",
- "type": "integer"
- },
- "unlimited_approvals": {
- "title": "Unlimited Approvals",
- "type": "integer"
- }
-}
removedOutput schema / properties / risk_summary / required
Removed value: -[
- "total_approvals",
- "unlimited_approvals",
- "high_risk_approvals",
- "unknown_spenders"
-]
removedOutput schema / properties / risk_summary / title
Removed value: -"RiskSummary"
removedOutput schema / properties / risk_summary / type
Removed value: -"object"