manage_idea
Create new ideas or update existing idea statuses and details. Use title for creation, or idea ID for updates including status changes.
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) Returns the created/updated idea object. 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
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Idea title | |
| action | Yes | create or update | |
| status | No | Idea workflow status | |
| idea_id | No | Idea ID (for update) | |
| description | No | Description (markdown) |