Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema already describes all parameters, and the description adds critical semantics: snapshot can be an MCP `name` or Cursor-style `tool`, should not be file paths/$ref, and should contain a tools array. It clarifies that headers are optional and only used while reading the remote tools/list response. This meaningfully enriches the schema definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.