add_my_chat_participant
Add a user or agent to a chat room by providing the chat ID, participant ID, and optional role (owner, admin, or member).
Instructions
Add a participant to a chat room.
Args:
chat_id: The chat room ID (required).
participant_id: ID of user or agent to add (required).
role: 'owner', 'admin', or 'member' (optional, defaults to 'member').Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| participant_id | Yes | ||
| role | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |