Skip to main content
Glama

basic-memory

recent_activity

Track and retrieve recent activity within your knowledge base using natural language timeframes like 'last week' or '3 days ago'. Manage entities, observations, and relations efficiently.

Instructions

Get recent activity from across the knowledge base.

Timeframe supports natural language formats like: - "2 days ago" - "last week" - "yesterday" - "today" - "3 weeks ago" Or standard formats like "7d"

Input Schema

NameRequiredDescriptionDefault
depthNo
max_relatedNo
pageNo
page_sizeNo
timeframeNo7d
typeNo

Input Schema (JSON Schema)

{ "$defs": { "SearchItemType": { "description": "Types of searchable items.", "enum": [ "entity", "observation", "relation" ], "title": "SearchItemType", "type": "string" } }, "properties": { "depth": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Depth" }, "max_related": { "default": 10, "title": "Max Related", "type": "integer" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "page_size": { "default": 10, "title": "Page Size", "type": "integer" }, "timeframe": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "7d", "title": "Timeframe" }, "type": { "anyOf": [ { "items": { "$ref": "#/$defs/SearchItemType" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Type" } }, "title": "recent_activityArguments", "type": "object" }
Install Server

Other Tools from basic-memory

Related Tools

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/basicmachines-co/basic-memory'

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