Roo — get shortlink QR image
roo_get_qr_codeFetch the QR image for a shortlink to display it inline or save to a file. Ensure the shortlink has the QR add-on enabled to avoid qr_not_enabled errors.
Instructions
Fetch the QR image for a shortlink. Requires the qrCode add-on to already be configured on the shortlink (via roo_set_qr_addon) — otherwise Roo returns a qr_not_enabled error. By default returns the image inline as an MCP image content block; pass save_to (absolute path) to write the bytes to a file instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shortlink id. | |
| save_to | No | Optional ABSOLUTE filesystem path. If provided, the QR image is decoded and written to that path; the tool returns the path instead of embedding the image. Parent directory must already exist. |