Yougile Chats
yougile_chatsManage YouGile task chats and group chats: read message history, send, edit, delete, and react to messages, plus create and update group chats.
Instructions
Chat messages of tasks (chatId = task id) and group chats: history, send, edit/delete, reactions; group chat management.
Operations ([access]):
list_group_chats [read]: Получить список чатов
create_group_chat [write]: Создать чат
get_group_chat [read]: Получить чат по ID
update_group_chat [write]: Изменить чат
list_messages [read]: Получить историю сообщений
send_message [write]: Написать в чат
typing [write]: Показать, что пользователь печатает
get_message [read]: Получить сообщение по ID
update_message [write]: Изменить сообщение
Call yougile_help('chats.') for parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Flat object with path params, query params and body fields, e.g. {"id": "ID-123", "title": "New title"}. See yougile_help("tool.operation"). | |
| confirm | No | Set true only after the user explicitly approved a write into a client-facing project (needed only when the tool answered confirmation_required). | |
| operation | Yes |