Skip to main content
Glama

update_memo

Modify existing memos by updating content, changing visibility settings, or pinning important notes in the Memos knowledge management system.

Instructions

Update an existing memo.

Args: memo_uid: The UID of the memo to update (e.g., "abc123") content: New content for the memo (optional) visibility: New visibility level - PUBLIC, PROTECTED, or PRIVATE (optional) pinned: Whether to pin the memo (optional)

Returns: JSON string containing the updated memo details

Input Schema

NameRequiredDescriptionDefault
memo_uidYes
contentNo
visibilityNo
pinnedNo

Input Schema (JSON Schema)

{ "properties": { "content": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "memo_uid": { "type": "string" }, "pinned": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null }, "visibility": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null } }, "required": [ "memo_uid" ], "type": "object" }

Other Tools from Memos MCP Server

Related Tools

    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/Red5d/memos_mcp'

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