Skip to main content
Glama

get_memory_history

Track metric, deal stage, or priority changes over time to analyze historical performance and evolution in revenue intelligence.

Instructions

Get the version history of a specific memory — see how a metric, deal stage, or priority has evolved over time. Answers questions like "What was my MRR 3 months ago?" or "When did the Acme deal move to negotiation?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesMemory category (e.g., "metric", "account").
keyYesMemory key (e.g., "mrr", "acme_deal_stage").

Implementation Reference

  • src/catalog.js:596-612 (registration)
    The get_memory_history tool is defined in the static catalog within src/catalog.js. The actual logic is handled by the backend server via proxy.
    {
      name: 'get_memory_history',
      description: 'Get the version history of a specific memory — see how a metric, deal stage, or priority has evolved over time. Answers questions like "What was my MRR 3 months ago?" or "When did the Acme deal move to negotiation?"',
      annotations: READ_ONLY,
      inputSchema: {
        type: 'object',
        properties: {
          category: {
            type: 'string',
            description: 'Memory category (e.g., "metric", "account").',
          },
          key: {
            type: 'string',
            description: 'Memory key (e.g., "mrr", "acme_deal_stage").',
          },
        },
        required: ['category', 'key'],

Latest Blog Posts

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/geter-andru/andru-revenue-intelligence'

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