agent_chat_helper
Manage chat room operations: list agents, search history, get status, and receive help in a multi-agent chat bridge.
Instructions
Multi-purpose helper tool for various operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. | |
| query | No | Search query (for action: search). | |
| room_id | No | Room ID (for action: agents/history/search, optional). | |
| limit | No | Max records for action: history. Default 10. |