get-favorite-messages
Retrieve bookmarked messages for a chat, including starred messages that regular message retrieval omits.
Instructions
Return the favorite (bookmarked) messages for a chat. Mirrors syntx.chats.getFavoriteMessages. Hits GET /api/v1/chats/favorite/{chat_id}/messages. This is the only way to read starred messages through MCP — get-messages does not include them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat UUID or numeric id (required). | |
| direction | No | ||
| page_size | No |