fork_query
Duplicate an existing saved query to create an independent copy for experimentation, leaving the original unchanged.
Instructions
Fork (duplicate) an existing saved query into a new, independently editable copy, leaving the original unchanged. Behavior: creates the copy and returns its new id and name. Usage: find the query_id to fork with list_queries; use this when you want to experiment with or adapt a query without modifying the original.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | ID of the saved query to duplicate (from list_queries) |