Search memos using the Memos API. Args: query: Search query string Returns: A list of memo objects matching the query
Create a new memo with the Memos API. Args: content: Content of the memo tags: List of tags for the memo (will always include the default tag) Returns: The created memo object