Skip to main content
Glama

MCP RAG

by santis84

get_memory_by_agent

Retrieve all stored memory entries for a specific agent to access relevant context and information for AI interactions.

Instructions

Get all memory entries for a specific agent

Input Schema

NameRequiredDescriptionDefault
agentIdYesID of the agent to get memory for

Input Schema (JSON Schema)

{ "properties": { "agentId": { "description": "ID of the agent to get memory for", "type": "string" } }, "required": [ "agentId" ], "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/santis84/mcp-rag'

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