Skip to main content
Glama

Agentic Tools MCP Server

by Pimzino

update_memory

Update stored knowledge by modifying content, metadata, categorization, or titles for an existing memory ID, ensuring accuracy and relevance in the knowledge base.

Instructions

Evolve and refine your stored knowledge with flexible updates to content, categorization, and metadata. Keep your memory repository current and accurate as understanding deepens, ensuring your knowledge base remains a reliable source of up-to-date insights and decisions.

Input Schema

NameRequiredDescriptionDefault
categoryNoNew category for organizing the memory
contentNoNew detailed content for the memory (no character limit)
idYesThe unique identifier of the memory to update
metadataNoNew metadata as key-value pairs (replaces existing metadata)
titleNoNew title for the memory (max 50 characters for better file organization)
workingDirectoryYesThe full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "New category for organizing the memory", "type": "string" }, "content": { "description": "New detailed content for the memory (no character limit)", "type": "string" }, "id": { "description": "The unique identifier of the memory to update", "type": "string" }, "metadata": { "additionalProperties": {}, "description": "New metadata as key-value pairs (replaces existing metadata)", "type": "object" }, "title": { "description": "New title for the memory (max 50 characters for better file organization)", "type": "string" }, "workingDirectory": { "description": "The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: \"C:\\Users\\username\\project\" or \"D:\\projects\\my-app\". Unix/Linux/macOS: \"/home/username/project\" or \"/Users/username/project\". Do NOT use: \".\", \"..\", \"~\", \"./folder\", \"../folder\" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead.", "type": "string" } }, "required": [ "workingDirectory", "id" ], "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/Pimzino/agentic-tools-mcp'

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