Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are absent, so the description must fully disclose behavioral traits. It only states 'Read-only', which is a valid safety hint, but fails to mention side effects (none expected), error handling (e.g., if migration not found), or output format. For a simple read tool, this is insufficient—the agent lacks information about what happens on failure or what exactly 'source' means (code content vs. file path?).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.