MCP Server Memos

search_memo

Search for memos

Input Schema

NameRequiredDescriptionDefault
key_wordYesThe key words to search for in the memo content.

Input Schema (JSON Schema)

{ "description": "Request to search memo", "properties": { "key_word": { "description": "The key words to search for in the memo content.", "title": "Key Word", "type": "string" } }, "required": [ "key_word" ], "title": "SearchMemoRequest", "type": "object" }

You must be authenticated.

Other Tools