Skip to main content
Glama

Memory Box MCP Server

get_bucket_memories

Retrieve memories from a specified bucket on the Memory Box MCP Server, enabling pagination, result limits, and optional reference data inclusion for efficient information access.

Instructions

Get memories from a specific bucket

Input Schema

NameRequiredDescriptionDefault
bucket_idYesThe bucket to retrieve memories from
include_reference_dataNoInclude reference data in response (default: false)
limitNoMaximum number of results to return (1-100, default: 10)
offsetNoNumber of results to skip for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "bucket_id": { "description": "The bucket to retrieve memories from", "type": "string" }, "include_reference_data": { "description": "Include reference data in response (default: false)", "type": "boolean" }, "limit": { "description": "Maximum number of results to return (1-100, default: 10)", "maximum": 100, "minimum": 1, "type": "integer" }, "offset": { "description": "Number of results to skip for pagination (default: 0)", "minimum": 0, "type": "integer" } }, "required": [ "bucket_id" ], "type": "object" }

Other Tools from Memory Box MCP Server

Related Tools

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/amotivv/memory-box-mcp'

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