Skip to main content
Glama

Memory MCP Server

get_stale_entities

Identify entities that have not been updated within a specified number of days. Filter by entity type to locate stale components or services for review or action.

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