Add a `get_chat` tool that returns detailed information about a specific chat.
For groups: name, topic/description, participant list with admin status, creation date, settings (announcement, ephemeral).
For DMs: contact info, last seen.
whatsmeow provides `GetGroupInfo(ctx, jid)` which returns all of this.
Low effort, useful for Claude to understand chat context.
Add a `get_chat` tool that returns detailed information about a specific chat.
For groups: name, topic/description, participant list with admin status, creation date, settings (announcement, ephemeral).
For DMs: contact info, last seen.
whatsmeow provides `GetGroupInfo(ctx, jid)` which returns all of this.
Low effort, useful for Claude to understand chat context.