Skip to main content
Glama

MCP Server Memos

by RyoJerryYu

get_memo

Retrieve specific memos from the MCP Server Memos by providing the memo name and accessing stored information efficiently.

Instructions

Get a memo

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the memo. Format: memos/{id}

Input Schema (JSON Schema)

{ "description": "Request to get memo", "properties": { "name": { "description": "The name of the memo.\nFormat: memos/{id}\n", "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "GetMemoRequest", "type": "object" }
Install Server

Other Tools from MCP Server Memos

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/RyoJerryYu/mcp-server-memos-py'

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