removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / amount_in / title
Added value: +"Amount In"
addedInput schema / properties / chain_id / title
Added value: +"Chain Id"
addedInput schema / properties / token_in / title
Added value: +"Token In"
addedInput schema / properties / token_out / title
Added value: +"Token Out"
addedInput schema / title
Added value: +"mcp_get_dex_quoteArguments"
addedOutput schema / $defs
Added value: +{
+ "TierQuote": {
+ "properties": {
+ "amount_out": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Amount Out"
+ },
+ "error": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Error"
+ },
+ "fee_tier": {
+ "title": "Fee Tier",
+ "type": "integer"
+ },
+ "gas_estimate": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Gas Estimate"
+ },
+ "sqrt_price_x96_after": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Sqrt Price X96 After"
+ },
+ "success": {
+ "title": "Success",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "fee_tier",
+ "success"
+ ],
+ "title": "TierQuote",
+ "type": "object"
+ }
+}
addedOutput schema / properties / quotes_per_tier / items / $ref
Added value: +"#/$defs/TierQuote"
removedOutput schema / properties / quotes_per_tier / items / properties
Removed value: -{
- "amount_out": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Amount Out"
- },
- "error": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Error"
- },
- "fee_tier": {
- "title": "Fee Tier",
- "type": "integer"
- },
- "gas_estimate": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Gas Estimate"
- },
- "sqrt_price_x96_after": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Sqrt Price X96 After"
- },
- "success": {
- "title": "Success",
- "type": "boolean"
- }
-}
removedOutput schema / properties / quotes_per_tier / items / required
Removed value: -[
- "fee_tier",
- "success"
-]
removedOutput schema / properties / quotes_per_tier / items / title
Removed value: -"TierQuote"
removedOutput schema / properties / quotes_per_tier / items / type
Removed value: -"object"