Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It only says 'find where a symbol is defined', which implies a read operation, but it does not explicitly state that it is read-only, non-destructive, or whether special authentication is needed. No mention of side effects or performance considerations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.