Skip to main content
Glama

MCP Index Notes

by vjsr007

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

NameRequiredDescriptionDefault
dataNoBase64-encoded image data (no data: prefix)
fileNoPath to image file to read if data not provided
keyYes
metadataNo
mimeNoMIME type e.g. image/png if data provided

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Base64-encoded image data (no data: prefix)", "type": "string" }, "file": { "description": "Path to image file to read if data not provided", "type": "string" }, "key": { "type": "string" }, "metadata": { "type": "object" }, "mime": { "description": "MIME type e.g. image/png if data provided", "type": "string" } }, "required": [ "key" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vjsr007/mcp-index-notes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server