manage_idea
Create new product ideas or update existing ones in ProductPlan by adding titles, descriptions, and tracking status changes through the API.
Instructions
Create or update an idea. Note: delete not available via API.
USE WHEN: "Add idea", "Update idea status" Actions: create (title), update (idea_id) FAILS WHEN: create without title, update without idea_id. Note: delete is not available via the ProductPlan API; archive ideas by updating status instead.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | create or update | |
| description | No | Description (markdown) | |
| idea_id | No | Idea ID (for update) | |
| status | No | new, under_review, planned | |
| title | No | Idea title |