Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description carries the burden for parameter meaning, but 'draft_id: Draft to delete' only restates the parameter's purpose in near-tautological terms. It doesn't explain the expected ID format, how to obtain it (e.g., from gmail_list_drafts), or any constraints beyond the schema's required flag.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.