Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has two parameters (owner, repo) with no descriptions. Schema description coverage is 0%, and the description does not explain what 'owner' or 'repo' mean (e.g., GitHub username, repository name format). The mention of 'repository' only covers one parameter, leaving owner undefined. This severely undermines correct invocation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.