Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It explicitly states a read-only 'Show' operation, which implies non-destructiveness. It also reveals the specific data points (configuration, index existence) that the tool reports, offering transparent expectations. However, it does not detail output format or any implicit limitations, but for a simple status tool this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.