addedOutput schema / $defs / CompareResponse
Added value: +{
+ "properties": {
+ "a": {
+ "title": "A",
+ "type": "number"
+ },
+ "a_is_greater": {
+ "title": "A Is Greater",
+ "type": "boolean"
+ },
+ "a_is_less": {
+ "title": "A Is Less",
+ "type": "boolean"
+ },
+ "absolute_difference": {
+ "title": "Absolute Difference",
+ "type": "number"
+ },
+ "are_equal": {
+ "title": "Are Equal",
+ "type": "boolean"
+ },
+ "b": {
+ "title": "B",
+ "type": "number"
+ },
+ "comparison": {
+ "title": "Comparison",
+ "type": "string"
+ },
+ "description": {
+ "title": "Description",
+ "type": "string"
+ },
+ "difference": {
+ "title": "Difference",
+ "type": "number"
+ },
+ "ratio": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Ratio"
+ },
+ "symbol": {
+ "title": "Symbol",
+ "type": "string"
+ }
+ },
+ "required": [
+ "a",
+ "b",
+ "comparison",
+ "symbol",
+ "description",
+ "difference",
+ "absolute_difference",
+ "a_is_greater",
+ "a_is_less",
+ "are_equal"
+ ],
+ "title": "CompareResponse",
+ "type": "object"
+}
removedOutput schema / $defs / app__routers__math_utils__CompareResponse
Removed value: -{
- "properties": {
- "a": {
- "title": "A",
- "type": "number"
- },
- "a_is_greater": {
- "title": "A Is Greater",
- "type": "boolean"
- },
- "a_is_less": {
- "title": "A Is Less",
- "type": "boolean"
- },
- "absolute_difference": {
- "title": "Absolute Difference",
- "type": "number"
- },
- "are_equal": {
- "title": "Are Equal",
- "type": "boolean"
- },
- "b": {
- "title": "B",
- "type": "number"
- },
- "comparison": {
- "title": "Comparison",
- "type": "string"
- },
- "description": {
- "title": "Description",
- "type": "string"
- },
- "difference": {
- "title": "Difference",
- "type": "number"
- },
- "ratio": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Ratio"
- },
- "symbol": {
- "title": "Symbol",
- "type": "string"
- }
- },
- "required": [
- "a",
- "b",
- "comparison",
- "symbol",
- "description",
- "difference",
- "absolute_difference",
- "a_is_greater",
- "a_is_less",
- "are_equal"
- ],
- "title": "CompareResponse",
- "type": "object"
-}
changedOutput schema / x-fastmcp-top-level-schema
Previous value: -"app__routers__math_utils__CompareResponse"New value: +"CompareResponse"