Skip to main content
Glama

Memory MCP Server

get_stale_entities

Identify entities not updated within a specified number of days, optionally filtered by type, to manage and update stale records efficiently.

Instructions

Find entities that haven't been updated recently

Input Schema

NameRequiredDescriptionDefault
daysYesNumber of days to consider an entity stale
entityTypeNoOptional: filter by entity type (e.g., 'component', 'service')

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "Number of days to consider an entity stale", "type": "number" }, "entityType": { "description": "Optional: filter by entity type (e.g., 'component', 'service')", "type": "string" } }, "required": [ "days" ], "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/grizzlypeaksoftware/mcp-memory-server'

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