Skip to main content
Glama

basic-memory

recent_activity

Track and retrieve recent updates from your knowledge base using natural or standard timeframes like 'last week' or '7d'. Integrates with Obsidian.md for efficient knowledge management.

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
projectNo
timeframeNo7d
typeNo

Input Schema (JSON Schema)

{ "properties": { "depth": { "default": 1, "title": "Depth", "type": "integer" }, "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" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" }, "timeframe": { "default": "7d", "title": "Timeframe", "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "default": "", "title": "Type" } }, "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/basicmachines-co/basic-memory'

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