Skip to main content
Glama

get_revenue_memory

Retrieve accumulated stakeholder insights including metrics, deal patterns, account history, and behavioral data to inform revenue decisions.

Instructions

Query this founder's accumulated stakeholder understanding — metrics, deal patterns, account history, decisions, and behavioral insights Andru has learned over time. Filter by memory type (episodic facts, semantic patterns, procedural habits) or business domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter to a specific memory category. Omit to search all.
keyPatternNoFilter keys matching this pattern (supports * wildcards, e.g., "*mrr*", "acme_*").
memoryTypeNoFilter by memory type. episodic=specific facts, semantic=patterns, procedural=behavioral habits.

Implementation Reference

  • src/catalog.js:522-547 (registration)
    The tool 'get_revenue_memory' is defined in the static catalog of tools.
    {
      name: 'get_revenue_memory',
      description: 'Query this founder\'s accumulated stakeholder understanding — metrics, deal patterns, account history, decisions, and behavioral insights Andru has learned over time. Filter by memory type (episodic facts, semantic patterns, procedural habits) or business domain.',
      annotations: READ_ONLY,
      inputSchema: {
        type: 'object',
        properties: {
          category: {
            type: 'string',
            enum: ['metric', 'account', 'priority', 'preference', 'decision', 'deadline'],
            description: 'Filter to a specific memory category. Omit to search all.',
          },
          keyPattern: {
            type: 'string',
            description: 'Filter keys matching this pattern (supports * wildcards, e.g., "*mrr*", "acme_*").',
          },
          memoryType: {
            type: 'string',
            enum: ['episodic', 'semantic', 'procedural'],
            description: 'Filter by memory type. episodic=specific facts, semantic=patterns, procedural=behavioral habits.',
          },
        },
      },
    },
    
    {

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