Yougile Boards
yougile_boardsList, create, get, update, rename, move, or soft-delete boards by project ID. Provides read and admin operations for complete board management.
Instructions
Boards: list (by projectId), get, create, update/rename/move/soft-delete.
Operations ([access]):
list [read]: Получить список
create [admin]: Создать
get [read]: Получить по ID
update [admin]: Изменить
Call yougile_help('boards.') 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 |