Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema descriptions for src_file_url, src_file_id, and template_id are decent, and the tool description lists style options that help interpret template_id. However, it does not explain the request object structure, the anyOf variants, or the polling parameter, so the description only partially compensates for the 50% schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.