Skip to main content
Glama

create_memo

Create new memos with markdown content and visibility controls for knowledge management. Supports public, protected, or private access levels.

Instructions

Create a new memo.

Args: content: The content of the memo (supports Markdown) visibility: Visibility level - PUBLIC, PROTECTED, or PRIVATE (default: PRIVATE)

Returns: JSON string containing the created memo details

Input Schema

NameRequiredDescriptionDefault
contentYes
visibilityNoPRIVATE

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "visibility": { "default": "PRIVATE", "type": "string" } }, "required": [ "content" ], "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