Roo — configure QR add-on
roo_set_qr_addonConfigure and enable the QR code add-on for a shortlink, setting size, style, colors, logo, and branding defaults. Complete the setup to generate a QR image for retrieval.
Instructions
Configure and enable the QR code add-on on a shortlink. Roo requires all 6 fields; the tool defaults them all. After this succeeds, use roo_get_qr_code to fetch the rendered image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shortlink id. | |
| logo | No | Center logo as base64 data URI, or empty string for no logo (default ""). | |
| scale | No | Size multiplier 1-10 (default 4). | |
| style | No | Dot/corner style — Roo's `qtType` (default mode_1). | |
| code_color | No | QR foreground color, hex #RRGGBB (default #000000). | |
| background_color | No | QR background color, hex #RRGGBB (default #FFFFFF). | |
| display_roo_logo | No | Show Roo branding on the QR (default false). |