Skip to main content
Glama

MCP Index Notes

by vjsr007

image-get

Retrieve images by ID or key and optionally include base64 data. Simplify image access and management on the MCP Index Notes server for enhanced note organization and retrieval.

Instructions

Retrieve images by id or key. Optionally include base64 data.

Input Schema

NameRequiredDescriptionDefault
idNo
includeDataNo
keyNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "number" }, "includeData": { "type": "boolean" }, "key": { "type": "string" }, "limit": { "type": "number" } }, "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