update_agenda
Keep project agendas current: update status, modify details, or add tasks for accurate task tracking.
Instructions
Update an agenda's status, details, or add new tasks.
Args:
agenda_id: The ID of the agenda to update
is_active: Set to False to deactivate the agenda (irreversible).
new_tasks: Optional list of new task dicts to add (only if agenda is active).
title: New title (optional)
description: New description (optional)
Returns:
A dictionary with status and message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| agenda_id | Yes | ||
| is_active | No | ||
| new_tasks | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||