Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the tool description carries the full burden of explaining parameters. It groups fields (name, schedule, webhook endpoint, spend cap, status) but does not clarify the semantics of each parameter, such as the relationship between type, minutes, and expression for schedule, or how webhookEndpointId and spendCapCredits should be used. There is no mention of optionality beyond the required id, and the enum values for type and status are left unexplained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.