get_conversation_summary
Fetch conversation metadata and a compact sample of messages from the beginning and end, without retrieving the full transcript.
Instructions
Get conversation metadata and a compact bounded excerpt without the full transcript.
Returns title, platform, dates, msg_count, topic/cluster, and up to max_messages messages sampled from the start and end of the conversation.
Args: conv_id: conversation ID (from search_personal_memory or list_recent_conversations) max_messages: max messages to include; split between first half and last half (default 12)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conv_id | Yes | ||
| max_messages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |