Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must explain the parameters. It does not mention 'provider' or 'sessionName' at all. The provider enum values (browserbase, anchor, playwright, cloudflare) are left for the schema to define, but the description should clarify their meaning or expectations, which it fails to do.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.