Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% — both parameters are thoroughly documented in the schema itself. The 'available' parameter is well explained (true=active only, false=all including inactive, with an explicit caution that false is not 'only inactive'), and 'office_code' covers format (XXXX-XXXX) and auth requirements (required for API key auth, omittable with MF_OFFICE_CODE). Since the schema fully documents both parameters, the baseline of 3 applies; the description adds no parameter meaning beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.