Create Idea
create_ideaStart a product idea in the backlog with a required title. Optionally include a body, link to a customer insight, or scope to a specific product.
Instructions
Create an idea in the backlog and return it (starts with 0 votes, status 'new'). Link the evidence it came from with insight_id (from list_insights). product_id defaults to the primary product. Only title is required. Grow it with vote_idea, then promote_idea turns the winner into a roadmap feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | The idea in more detail (optional). | |
| title | Yes | Idea title (the only required field), e.g. 'Bulk-edit tasks'. | |
| insight_id | No | Customer insight this idea came from, from list_insights (optional; welds evidence to the idea). | |
| product_id | No | Product to scope it to, from whoami (optional; the primary product when omitted). |