{
  "specVersion": "1.0",
  "host": {
    "displayName": "Decimal & Fraction",
    "identifier": "https://decimalandfraction.com",
    "documentationUrl": "https://decimalandfraction.com/guides",
    "logoUrl": "https://decimalandfraction.com/assets/favicon.svg"
  },
  "entries": [
    {
      "identifier": "urn:air:decimalandfraction:tools:universal-math-converter",
      "displayName": "Universal Math Converter & Equation Solver",
      "type": "application/json",
      "data": {
        "name": "universal_math_converter",
        "description": "Evaluates complex chained arithmetic equations, decimals, fractions, mixed numbers, and percentages with exact rational step-by-step arithmetic.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "expression": {
              "type": "string",
              "description": "Mathematical expression or equation (e.g., 0.6x0.264x4x4, 0.875 + 0.6 + 0.25, 3/8, 75%)"
            }
          },
          "required": ["expression"]
        }
      },
      "description": "Exact rational arithmetic engine and multi-step solver for decimals, fractions, percentages, mixed numbers, and chained equations.",
      "tags": ["math", "fractions", "decimals", "percentages", "calculator", "equations", "arithmetic"],
      "capabilities": ["UniversalConverter", "EquationSolver", "FractionToDecimal", "DecimalToFraction"],
      "representativeQueries": [
        "convert 3/8 to decimal",
        "solve 0.6x0.264x4x4",
        "simplify fraction 18/24",
        "0.875 + 0.6 + 0.25"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-23T18:00:00Z"
    },
    {
      "identifier": "urn:air:decimalandfraction:tools:decimal-to-fraction",
      "displayName": "Decimal to Fraction Calculator",
      "type": "application/json",
      "data": {
        "name": "decimal_to_fraction_calculator",
        "description": "Converts terminating and repeating decimals into exact simplified fractions, mixed numbers, and percentage equivalents with step-by-step GCF reduction.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "decimal": {
              "type": "string",
              "description": "Decimal number (e.g. 0.375, 2.5, 0.6666...)"
            }
          },
          "required": ["decimal"]
        }
      },
      "description": "Converts terminating and repeating decimals into exact simplified fractions, mixed numbers, and percentage equivalents with step-by-step GCF reduction.",
      "tags": ["decimal-to-fraction", "fractions", "decimals", "repeating-decimals", "math"],
      "capabilities": ["DecimalToFraction", "RepeatingDecimalConverter", "MixedNumberConverter"],
      "representativeQueries": [
        "convert 0.375 to a fraction",
        "0.6 repeating as fraction",
        "convert 2.5 to mixed number"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-23T18:00:00Z"
    },
    {
      "identifier": "urn:air:decimalandfraction:tools:fraction-to-decimal",
      "displayName": "Fraction to Decimal Calculator",
      "type": "application/json",
      "data": {
        "name": "fraction_to_decimal_calculator",
        "description": "Converts proper and improper fractions to exact decimals and percentages with detailed step-by-step long division tables.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "fraction": {
              "type": "string",
              "description": "Fraction string (e.g. 5/8, 7/16, 1 1/4)"
            }
          },
          "required": ["fraction"]
        }
      },
      "description": "Converts proper and improper fractions to exact decimals and percentages with detailed step-by-step long division tables.",
      "tags": ["fraction-to-decimal", "fractions", "decimals", "long-division", "math"],
      "capabilities": ["FractionToDecimal", "FractionToPercentage", "LongDivisionCalculator"],
      "representativeQueries": [
        "what is 5/8 as a decimal",
        "convert 7/16 to decimal",
        "1/3 as a decimal"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-23T18:00:00Z"
    },
    {
      "identifier": "urn:air:decimalandfraction:tools:fraction-simplifier",
      "displayName": "Fraction Simplifier Calculator",
      "type": "application/json",
      "data": {
        "name": "fraction_simplifier",
        "description": "Reduces proper and improper fractions to lowest terms using greatest common factor (GCF) factoring and prime factorizations.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "fraction": {
              "type": "string",
              "description": "Fraction to reduce (e.g. 24/36, 45/100, 16/64)"
            }
          },
          "required": ["fraction"]
        }
      },
      "description": "Reduces proper and improper fractions to lowest terms using greatest common factor (GCF) factoring and prime factorizations.",
      "tags": ["fraction-simplifier", "lowest-terms", "gcf", "fractions", "math"],
      "capabilities": ["FractionSimplifier", "GCDCalculator", "PrimeFactorization"],
      "representativeQueries": [
        "simplify 24/36",
        "reduce 45/100 to lowest terms",
        "simplest form of 16/64"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-23T18:00:00Z"
    }
  ]
}
