The normal distribution is defined from wikipedia as:
Is a very common continuous probability distribution. Normal distributions are important in statistics and are often used in the natural and social sciences to represent real-valued random variables whose distributions are not known.
But why is it a kind of probability distribution and not a type of probability density?*
The shape of the curve of Probability density function is the shape of the probabilities that the random variable takes, for example in the normal distribution the most probable values are in the highest region of the curve.
Therefore, the PDF gives us information on the form that the possible values of the random variable will take. And the CDF gives us the probability that the random variable takes values less than or equal to a certain value $ n $, so this makes me think,
Why is it a type of distribution and not a density type? Therefore, it should be called normal density
EDIT: I think that something called "Distribution" tells me how the values are distributed. And this I can know just by looking at the graph. And it is precisely this information that I obtain with the density function. So, what error of concepts do I have?
The distribution of a given random variable is an assignment of a probability to every possible event related to that variable.
For random variables that take real numbers as values, an "event" is a statement of the form "The variable is contained in $A$" where $A\subseteq \Bbb R$. One can often find a pdf or cdf which may be used to describe the distribution (through integration for the pdf or through subtraction for the cdf).
Fundamentally, it is a distribution which is attributed to a random variable, not a density function. The pdf and cdf are just handy tools for doing calculations on the distributions that are nice enough to have them.