Save a permanent shareable link
save_permalinkRun a registered tool and save its (arguments, result) pair under a short permanent code that anyone with the link can view read-only (/permalink/{code}). Use this to cite or share a specific result (e.g. a verify_construct or verify_assembly check) rather than re-pasting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for that tool, exactly as you would pass to it directly. | |
| tool | Yes | Name of the registered tool to run and save (e.g. "verify_construct"). |