The CDF, PMF, and PDF describe probability distributions from different perspectives, but they are not interchangeable.
The CDF tracks accumulated probability. It tells how much probability lies at or below a given value and always exists for any random variable.
The PMF applies only to discrete random variables. It assigns probabilities to individual values, and the CDF is obtained by summing these probabilities up to a point.
The PDF applies only to continuous random variables. It describes how densely probability is spread, and the CDF is obtained by accumulating this density over an interval.
Because the CDF works in all cases, it serves as the most general representation of a probability distribution, with the PMF and PDF appearing as special cases derived from it.