manage_initiative_projects
Link or unlink projects to an initiative by specifying the initiative ID, action (add/remove), and project IDs. Use list_initiative_projects to verify changes.
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 |