1. login
Initialize login process for RedNote (XiaoHongShu) authentication. Opens browser window for manual login and saves cookies to persistent storage for future use.
2. search_notes
Search for notes/posts on RedNote using keywords. Retrieves relevant content based on search terms and returns structured note information.
3. get_note_content
Access specific note content using RedNote URL. Retrieves detailed information about a particular post including text, images, and metadata.
4. get_note_comments
Retrieve comments for a specific note using its URL. Fetches comment threads and user interactions associated with the post.
5. cookie_management
Manage authentication cookies for RedNote access. Handles cookie persistence, validation, and renewal to maintain authenticated sessions.