Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for parameter meaning. It only mentions that context-pack quotes require artifact_ids, leaving input_bytes, ttl_seconds, artifact_id, and the operation enum unexplained. This is insufficient for an agent to correctly construct a quote request, especially with 5 parameters and a required enum.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.