manage_initiative_projects
Link or unlink projects to an initiative. Manage which projects are associated with an initiative by adding or removing them.
Instructions
Link or unlink projects of an initiative. Use list_initiative_projects to read.
Args: initiative_id: UUID of the initiative action: "add" to link the projects, "remove" to unlink them project_ids: Project UUIDs to link/unlink
Returns: The initiative's linked projects after the operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| project_ids | Yes | ||
| initiative_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |