Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides descriptions for all three parameters (appId, store, locale) with 100% coverage. The description's mention of 'per locale' complements the locale parameter, and the listing of fields hints at the store parameter's role, but it doesn't add deeper meaning about parameter values or constraints. Since schema already documents the parameters, a baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.