Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one required parameter, invocation_id, with no description coverage (0%). The description only refers to 'one invocation,' which weakly implies that invocation_id identifies the target, but it does not explain how the ID is formatted, where it comes from, or any additional constraints beyond the schema pattern. Given the low schema coverage, the description should compensate more than it does.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.