Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 9%, so the description carries the burden of explaining parameters. It provides a high-level conceptual mapping ('agent's public key', 'operator details', 'expiry', 'verified principal') but does not explain key required parameters such as principal_kind, principal_attestation_method, agent_key_scheme, or idempotency_key. An agent would struggle to choose valid values.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.