Operational explanation
The caller can ask what the endpoint does before committing to it.
A useful self-description explains the job of the endpoint in plain language, not just the transport envelope around it. That means clarifying the action, the method, the expected effect, and the kinds of situations in which the route is appropriate or inappropriate.
This keeps capability discovery closer to decision-making instead of raw exploration.
Purpose disclosure
The endpoint explains the business action it performs and the kind of outcome it aims to produce.
Usage framing
The route description can also make clear whether it is a broad entry point, a workflow transition, or a highly specific operation.