resolve_blobs
Resolve temporary blob URLs from messaging apps into downloadable base64 data URIs.
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 |