search_chat_names
Search for chats by name or title, filter results by label such as inbox, archive, or favourite.
Instructions
Search for chats by name/title with filtering by label.
Args:
query: Chat name or partial name to search for
label: Filter results by chat type: 'inbox', 'archive', 'favourite', 'all' (default 'all')
limit: Maximum number of results to return (default 25)
Returns:
List of Chat objects matching the search criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | all | |
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |