Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, covering safety and non-exhaustive results. The description adds useful behavioral details: case-insensitive substring matching and the returned fields (id, location, verified funding totals). It does not elaborate on open-world aspects like result limits or pagination, but annotations cover that baseline.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.