Yougile Projects
yougile_projectsManage YouGile projects and roles: list, create, retrieve, update projects, and handle role CRUD operations to control access.
Instructions
Projects and project roles: list, get, create, update members, roles CRUD.
Operations ([access]):
list [read]: Получить список
create [admin]: Создать
get [read]: Получить по ID
update [admin]: Изменить
list_roles [read]: Получить список
create_role [admin]: Создать
get_role [read]: Получить по ID
update_role [admin]: Изменить
delete_role [admin]: Удалить
Call yougile_help('projects.') 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 |