Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the full burden. sport_key and capital_usd have defaults in the schema but no semantic explanation. The description mentions stakes and payout which relate indirectly to capital_usd, but doesn't explicitly define the role of either parameter. However, with defaults present and the tool's purpose clear, the param usage is reasonably inferable.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.