Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must fully communicate behavioral traits. It only states 'Update an invoice by ID (GUID),' omitting critical details like idempotency, permission requirements, error handling (e.g., if invoice not found), side effects, or whether it returns the updated object. The presence of an output schema is not mentioned.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.