elog_get_attachment
Download an attachment from an ELOG logbook by providing the logbook name and filename, receiving base64-encoded content, MIME type, and size.
Instructions
Download an attachment (screenshot, config file, ...) as base64 content.
Args: logbook: Name of the logbook holding the attachment. filename: Attachment filename exactly as listed on the entry.
Returns {filename, content_b64, mime, size}; embed via MCP resource mechanisms when presenting to users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logbook | Yes | ||
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||