get_attachment_url
Retrieve a direct URL for a specific image, drawing, or audio attachment from a Google Keep note, enabling external access or download.
Instructions
Resolve a fetchable URL for one of a note's attachments (image/drawing/audio).
Makes a live network call to Google, so only call this for a specific attachment you actually need — not in a loop over search results.
Args: note_id: The ID of the note the attachment belongs to. attachment_id: The attachment's ID, from the note's "attachments" list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| attachment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |