Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description fails to compensate by explaining either 'timeoutMs' (likely wait duration) or 'autoConnect' (unclear what it connects to). Critically, the tool name implies a text content parameter is required, but with 'additionalProperties: true' in the schema, the description must clarify what additional properties are expected, which it does not.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.