list_groups
Retrieve Signal groups with group IDs, names, members, and admins. Use this to obtain group_id for sending messages.
Instructions
List Signal groups with group_id, name, description, members, and admin lists, sorted alphabetically.
Read-only with no side effects. Queries signal-cli when available; falls back to the local desktop database (without group_id). Use this to obtain group_id values needed by send_message. Use list_chats instead for a combined view of both direct and group chats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Case-insensitive substring to filter group names. Empty string returns all groups. | |
| limit | No | Maximum number of groups to return, between 1 and 200. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |