Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It adds 'Local computation: no network call,' informing the agent that this is a fast, offline operation. It also describes the mathematical behavior (inverse of distance+bearing). It does not discuss edge cases (e.g., invalid ranges), but for a simple geometric function the provided information is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.