Skip to main content
Glama

Memory Box MCP Server

delete_bucket

Remove a bucket from the Memory Box MCP Server, optionally forcing deletion of non-empty buckets. Use to manage memory storage efficiently by freeing up unused or unwanted buckets.

Instructions

Delete a bucket (empty by default, use force to delete with content)

Input Schema

NameRequiredDescriptionDefault
bucket_nameYesName of the bucket to delete
forceNoForce deletion even if bucket contains memories (default: false)

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "Name of the bucket to delete", "type": "string" }, "force": { "description": "Force deletion even if bucket contains memories (default: false)", "type": "boolean" } }, "required": [ "bucket_name" ], "type": "object" }
Install Server

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