MCP Server Memos

get_memo

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