get_conversation_context
Retrieve a group's metadata, member list, and recent messages in a single call to orient yourself before replying.
Instructions
Get one group's metadata, member list, and recent messages in one call.
Use this to orient yourself in a group before reading further or
replying: it bundles what would otherwise take several calls. For
direct-message chats or for paging deeper into history, use
read_messages instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | The group's id (from ``list_conversations``). | |
| response_format | No | ``"concise"`` (default) for names, nicknames, roles, and relative ages; ``"detailed"`` adds user ids, the share URL, and ISO timestamps. | concise |
| recent_message_count | No | How many recent messages to include (1-100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| members | No | ||
| group_id | Yes | ||
| image_url | No | ||
| share_url | No | ||
| updated_at | No | ||
| description | No | ||
| last_active | No | ||
| member_count | No | ||
| message_note | No | ||
| creator_user_id | No | ||
| recent_messages | No |