qrcode-intel__generate_qr_code
ActiveTool of TO1 Intelligence Fleet
[qrcode-intel] Generates a scannable QR code image for any text or URL using the free api.qrserver.com service. Returns the direct image URL (PNG) that can be embedded or downloaded, and optionally verifies the image actually renders by fetching it and reporting HTTP status, content-type, and byte size.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"size": {
"type": "string",
"description": "Image dimensions as \"WIDTHxHEIGHT\" in pixels, e.g. \"300x300\". Defaults to \"300x300\". Each dimension must be between 10 and 1000."
},
"text": {
"type": "string",
"description": "The text, URL, or data string to encode into the QR code."
},
"verify": {
"type": "boolean",
"description": "If true (default), fetches the generated image to confirm it returns HTTP 200 and reports its content-type and size. Set false to skip the extra network round trip."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TO1 Intelligence Fleet
1/7 registries