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 only states what the tool does ('取得 RTT 緩衝區狀態資訊') without describing the behavior: whether it's read-only or has side effects, what the output contains (though an output schema exists), error conditions, or dependencies on other tools like 'rtt_start'. For a tool with zero annotation coverage, this is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.