Skip to main content
Glama

AGI MCP Server

prune_memories

Remove outdated or low-priority memories from the AGI MCP Server based on age, importance, access count, and status to optimize memory storage and efficiency.

Instructions

Permanently delete memories based on criteria

Input Schema

NameRequiredDescriptionDefault
criteriaNo

Input Schema (JSON Schema)

{ "properties": { "criteria": { "properties": { "max_access_count": { "default": 2, "description": "Maximum access count", "type": "integer" }, "max_age": { "default": 1095, "description": "Maximum age in days", "type": "integer" }, "min_importance": { "default": 0.1, "description": "Minimum importance threshold", "type": "number" }, "status": { "default": "archived", "description": "Memory status to prune", "type": "string" } }, "type": "object" } }, "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/cognitivecomputations/agi-mcp-server'

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