check_memory_status
Monitor the processing status of a memory by entering its ID. This tool ensures accurate tracking and retrieval of memory data within the Memory Box MCP Server.
Instructions
Check the processing status of a memory
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| memory_id | Yes | The ID of the memory to check status for | 
Input Schema (JSON Schema)
{
  "properties": {
    "memory_id": {
      "description": "The ID of the memory to check status for",
      "type": "integer"
    }
  },
  "required": [
    "memory_id"
  ],
  "type": "object"
}