Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description adds no meaning beyond the raw parameter names `post_id` and `poll_name`. While `post_id` is relatively self-explanatory, `poll_name` is ambiguous, and the description does not clarify whether it is a poll title, key, slug, or other identifier. Description does not compensate for the low schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.