Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It says 'Get' and 'Show', implying a read-only operation, but it does not explicitly state that it has no side effects, or clarify whether it returns results from a background job, pending changes, or the current state of discovered services. This ambiguity is significant given the many discovery-related siblings.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.