Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 25%, with only workspaceId having a schema description. The description mentions 'workspace' and returns 'title,' but does not explain the meaning or acceptable values of the required 'goal' parameter, nor does it clarify the optional 'description' beyond its obvious name. The low schema coverage places a burden on the description to compensate, and it largely fails to do so.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.