search_chats
Find chats by name or description in the Pararam Nexus MCP server to locate specific conversations and manage communication channels.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
TableJSON 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 |