Update Idea
update_ideaUpdate an idea's title, body, or status using its ID. Fields not provided remain unchanged. Use for review, planning, or declining ideas.
Instructions
Update an idea's title / body / status and return it; omitted fields unchanged. status ∈ new|under_review|planned|promoted|declined (set 'promoted' via promote_idea instead, so a feature is actually created). Resolve the id via list_ideas; only id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Idea id, from list_ideas (required). | |
| body | No | New body; null clears it (optional). | |
| title | No | New title (optional). | |
| status | No | New status (optional; prefer promote_idea over setting 'promoted' by hand). |