Frontmatter
| id | 8285 |
| title | Reinforce 'add_memory' usage via Tool Description and Agents Protocol |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Jan 2, 2026, 4:50 AM |
| updatedAt | Jan 2, 2026, 4:52 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8285 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 2, 2026, 4:52 AM |
The agent frequently forgets to call
add_memoryin the middle of sessions or when rushing to complete a task. To improve compliance without waiting for future architectural changes, we will strengthen the instructions in two places:Tool Description (
ai/mcp/server/memory-core/openapi.yaml):add_memorydescription to be more imperative.Agents Protocol (
AGENTS.md):add_memoryis the gate for the final response.Goal: Increase the reliability of session persistence by making the requirement more salient during tool selection.