Create ProdPad Idea
prodpad_create_ideaCreate a new idea in ProdPad with title, description, product, tags, status, and business case details.
Instructions
Create a new idea in ProdPad.
Args:
title (string): Idea title (required)
description (string): Description (HTML)
product_id (string): Product ID or name
tags (array): Tag names or IDs
status_id (number): Status ID. Use prodpad_list_statuses to find IDs
state (string): active, active_public, archived, or unsorted
business_case_problem (string): Problem statement
business_case_value (string): Value proposition
functional (string): Functional spec
notes (string): Additional notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names or IDs to apply | |
| notes | No | Additional notes (HTML) | |
| state | No | Idea state (default: active) | |
| title | Yes | Idea title (required unless description is provided) | |
| status_id | No | Initial status ID (numeric). Use prodpad_list_statuses to find valid IDs | |
| functional | No | Functional specification (HTML) | |
| product_id | No | Product ID or name to associate with | |
| description | No | Idea description (HTML supported) | |
| business_case_value | No | Business case: value proposition (HTML) | |
| business_case_problem | No | Business case: problem statement (HTML) |