superchat_list_contact_lists_for_contact
List contact lists containing a specific Superchat contact. Pass a contact ID to see which lists include it, enabling membership inspection beyond list metadata.
Instructions
List one page of contact lists that contain this contact. Use this to inspect membership; list_contact_lists and get_contact_list return only list metadata, not participants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Fetch the page after this cursor; pass pagination.next_cursor from a previous result. | |
| limit | No | Number of records in this page, from 1 to 100. Defaults to 25; the tool never fetches later pages automatically. | |
| before | No | Fetch the page before this cursor; pass pagination.previous_cursor from a previous result. Cannot be combined with after. | |
| contact_id | Yes | Superchat contact ID whose list memberships to retrieve. |