Create ProdPad Initiative
prodpad_create_initiativeCreate a new initiative in ProdPad when you need to track a product goal. Requires a title and roadmap ID.
Instructions
Create a new initiative in ProdPad. Requires title and roadmap_id.
Args:
title (string): Initiative title (required)
roadmap_id (number): Numeric roadmap ID (required). Use prodpad_list_roadmaps to find IDs
description (string): Description (HTML)
column_id (number): Column to place it in
tags (array): Tag names or IDs
owner (number): Owner user ID
objectives (array): Objective IDs to link
state (string): candidate or completed
target_date (string): Target date
ideas (array): Idea IDs to link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names or IDs to apply | |
| ideas | No | Idea IDs or UUIDs to link | |
| owner | No | Owner user ID (numeric) | |
| state | No | Initiative state (ignored if column_id is provided) | |
| title | Yes | Initiative title (required) | |
| column_id | No | Column ID to place the initiative in. Use prodpad_get_roadmap to see columns | |
| objectives | No | Objective IDs to link | |
| roadmap_id | Yes | Numeric roadmap ID (required). Use prodpad_list_roadmaps to find IDs | |
| description | No | Initiative description (HTML supported) | |
| target_date | No | Target date (e.g. 2026-03-15) | |
| target_date_format | No | How to display the target date |