Memory Box MCP Server

by amotivv
Verified

get_bucket_memories

Get memories from a specific bucket

Input Schema

NameRequiredDescriptionDefault
bucket_idYesThe bucket to retrieve memories from

Input Schema (JSON Schema)

{ "properties": { "bucket_id": { "description": "The bucket to retrieve memories from", "type": "string" } }, "required": [ "bucket_id" ], "type": "object" }