Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has two parameters with no descriptions (0% coverage), so the description must clarify their roles. It only mentions 'by ID,' which likely refers to state_id, but entirely ignores project_id, leaving the agent unclear about the purpose of the second required parameter and how the two IDs relate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.