get_active_themes
Retrieve recently activated memory themes and patterns from the AGI MCP Server to analyze AI system continuity within a specified time frame.
Instructions
Get recently activated memory themes and patterns
Input Schema
Name | Required | Description | Default |
---|---|---|---|
days | No | Number of days to look back |
Input Schema (JSON Schema)
{
"properties": {
"days": {
"default": 7,
"description": "Number of days to look back",
"type": "integer"
}
},
"type": "object"
}