Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% across 10 parameters, so the description carries the burden, and it partially does: it explains that 'homepage is a registration-only alias for homepage_url; supply at most one non-null value' (genuinely new information not visible in the schema) and warns that metadata_json is public. But 8 of 10 params (model, provider, framework, description, a2a_endpoint, capabilities, etc.) are never explained, and the name guidance ('lowercase hyphenated') merely restates the schema pattern.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.