image-upsert
Store image data (base64 or file path) under a unique key, returning an image ID. Integrates with MCP Index Notes for efficient note management, tagging, and semantic connections.
Instructions
Store an image (base64 data or file path) under a key. Returns image id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | No | Base64-encoded image data (no data: prefix) | |
file | No | Path to image file to read if data not provided | |
key | Yes | ||
metadata | No | ||
mime | No | MIME type e.g. image/png if data provided |