Skip to main content
Glama

memento-mcp

get_decayed_graph

Retrieve a decayed Memento MCP knowledge graph by applying time-based decay to confidence values, using optional reference timestamp and decay factor for customization.

Instructions

Get your Memento MCP knowledge graph memory with confidence values decayed based on time

Input Schema

NameRequiredDescriptionDefault
decay_factorNoOptional decay factor override (normally calculated from half-life)
reference_timeNoOptional reference timestamp (in milliseconds since epoch) for decay calculation

Input Schema (JSON Schema)

{ "properties": { "decay_factor": { "description": "Optional decay factor override (normally calculated from half-life)", "type": "number" }, "reference_time": { "description": "Optional reference timestamp (in milliseconds since epoch) for decay calculation", "type": "number" } }, "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/gannonh/memento-mcp'

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