search_chats
Search chats by name or description to locate relevant conversations, returning chat ID, name, type, and member count.
Instructions
Search for chats by name or description.
Args: query: Search query string limit: Maximum number of results to return (default: 20, applied client-side)
Returns: ToolResponse with SearchChatsPayload containing chat list including chat ID, name, type, and member count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| message | Yes | Human-readable summary of the result | |
| payload | No | The actual response data | |
| success | Yes | Whether the operation was successful |