aidelly_create_idea
Create a new idea on the workspace's idea board, optionally seeded with an initial body or topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| tags | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| title | No | Optional human title for the idea card. | |
| origin | No | How the idea was started. | |
| brand_id | No | ||
| seed_topic | No | Originating prompt or trending-topic seed text. When supplied without an `initial_body`, this text seeds the idea's first entry. | |
| initial_body | No | Optional starter text. Stored as the idea's first timeline entry so the editor opens with something to build on. | |
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. | |
| idempotency_key | Yes |