Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both 'page' (id or title, partial, case-insensitive) and 'max_blocks' (default 300, max 1000). The description adds no new parameter-level detail beyond rephrasing the page parameter, so it does not elevate beyond the baseline. It does mention 'partial match,' but that is already present in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.