Read an announcement
get_announcementRetrieve a specific announcement and its full reply thread by discussion ID. Paginate long conversations with limit and offset.
Instructions
Open ONE announcement and read its thread — the original post plus any replies — given a discussion_id from list_announcements.
Posts are oldest-first; limit/offset paginate long threads.
Returns {discussion_id, total, posts:[{post_id, parent_id, subject, author, posted, message}]}. posted is Taipei time 'YYYY-MM-DD HH:MM'.
Credentials come from the MCP settings headers, not from you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max posts to return. | |
| offset | No | Skip this many posts (for paging). | |
| discussion_id | Yes | Discussion id from list_announcements. |