Skip to main content
Glama

memory_list_tool

Browse and filter stored memories with pagination for auditing, exploring, or debugging memory contents in the Recall system.

Instructions

List memories with filtering and pagination.

Browse memories in the system with optional filters and pagination. Useful for auditing, exploring, or debugging memory contents.

Args: namespace: Filter by namespace (optional) memory_type: Filter by type (optional) limit: Maximum number of results (default: 100, max: 1000) offset: Number of results to skip for pagination (default: 0) order_by: Field to sort by (default: 'created_at', options: 'created_at', 'accessed_at', 'importance', 'confidence') descending: Sort in descending order (default: True)

Returns: Dictionary with list of memories and pagination info

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceNo
memory_typeNo
limitNo
offsetNo
order_byNocreated_at
descendingNo

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/blueman82/recall'

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