edit_post_card
Update a single carousel card within a post by its index. Modify title or body text, then optionally regenerate the card's visual asset.
Instructions
Edit a single carousel card on a post by its 1-based index. Provide title and/or body to update. Set rerender=true to regenerate the visual asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Card body text | |
| title | No | Card title | |
| number | No | Card number label | |
| postId | Yes | Post ID | |
| rerender | No | Regenerate visual assets after edit | |
| cardIndex | Yes | 1-based card index (1 = first card) |