Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden for behavioral disclosure. It states the operation is a read-only '조회' (retrieval), which implies no side effects. However, it does not mention anything about authentication, rate limits, pagination, or error behavior. For a simple data retrieval tool, the core behavior is disclosed, but additional context is missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.