Skip to main content
Glama

MCP Server Memos

by RyoJerryYu

get_memo

Retrieve specific memos from the MCP Server Memos using a unique identifier, enabling efficient search and access to stored information.

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" }

You must be authenticated.

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