Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Even though schema description coverage is 0%, the Args block adds real meaning for as_of (format and default), horizon (range 1-8 and default 4), and payment_token (staging requirement and pricing). However, four schema parameters—agent_id, session_id, discovery_source, and synthetic_identity—are not explained, and the conditional 'required in staging' wording could be ambiguous against a schema that marks payment_token optional.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.