Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter 'body' has a generic description 'JSON request body' in the schema, and the tool description adds no further meaning. It does not specify what fields the body should contain (e.g., an identifier for the automation instance). With 100% schema description coverage, the description adds minimal value, leaving agents to guess the required structure.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.