Skip to main content
Glama

file_activity_add

Record file access events to track read, write, and edit activities for monitoring and analysis within the Recall memory system.

Instructions

Record a file activity event.

Used by PostToolUse hooks to track what files have been accessed.

Args: file_path: Path to the file that was accessed action: Type of action (read, write, edit, multiedit) session_id: Optional session ID for grouping activities project_root: Optional project root directory file_type: Optional file type (e.g., 'python', 'typescript') metadata: Optional additional metadata

Returns: Result dictionary with success status and activity_id

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
actionYes
session_idNo
project_rootNo
file_typeNo
metadataNo

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