Create Idea
create_ideaFull Description
Creates a new idea in Canny. Use this tool to collect feedback from the user. By default, user-related identifiers in the returned idea are omitted. Pass include: ["users"] to include user-related identifiers.
Parameters (1 required, 3 optional)
titlestringThe title of the idea to create. This should be a concise summary of the idea.
descriptionstringAn optional longer description of the idea. This can include context, use cases, or any additional details that help clarify the idea.
groupstringAn optional (but strongly recommended) group ID to associate the idea with. Must refer to a group in the same Canny company. To discover valid IDs, first call the `list_groups` tool.
includearrayOptional response fields to include. By default, user-related identifiers are omitted from the returned idea. Pass `["users"]` to include them.