resolve_blobs
Resolve temporary blob: URLs from browsers (Telegram, WhatsApp, Discord) into downloadable base64 data URIs. Converts blob objects to base64 for direct downloading.
Instructions
Resolve blob: URLs to downloadable base64 data. Blob URLs are temporary browser objects (common in Telegram, WhatsApp, Discord) that cannot be downloaded directly. This tool converts them to base64 data URIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID from create_tab | |
| userId | No | User ID override (default: tracked tab userId) | |
| urls | Yes | Array of blob: URLs to resolve |