extract_parameter
Converts hard-coded literals in saved queries into parameters, adding a default from the original value.
Instructions
Turn a hard-coded value in a saved query into a parameter: every occurrence of the literal ('2026-01-01', 100) becomes @param, and a '-- param:' header line is added with the old value as its default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| param | Yes | ||
| query | Yes | ||
| dry_run | No | ||
| literal | Yes | ||
| description | No |