Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has only one required parameter, 'keyword', with no description (schema coverage 0%). The tool description merely restates the parameter as 'keyword: 搜尋關鍵字' (search keyword) without adding semantic detail such as accepted format, examples, or behavior (e.g., case-insensitivity). The parameter name is self-explanatory, but the description does not compensate for the lack of schema-level documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.