Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description carries the full burden of behavioral disclosure. 'Get' implies a read-only operation, but the description doesn't state what happens when a template doesn't exist, whether any side effects occur, or what fields get returned. The presence of 'limit' and 'nextToken' suggests the operation may return a list of builds, but the description does not explicitly state what the return payload looks like.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.