Create Feature
create_featureCreate a feature with a required name, optional product and description, then link tasks to it. Returns the new feature's id, key, and status.
Instructions
Create a feature on the product spine and return it (id, key, name, status). The key is generated from the name; status starts 'active'. product_id defaults to the org's primary product when omitted (pass one from whoami for a multi-product org). Only name is required — create a feature here before linking tasks to it with create_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Feature name (the only required field), e.g. 'SAML SSO'. | |
| product_id | No | Product to create it under, from whoami (optional; the org's primary product when omitted). | |
| description | No | What the feature is / why it matters (optional). | |
| objective_id | No | Objective (goal) to align this feature under directly when there's no intermediate initiative, from list_objectives (optional). | |
| initiative_id | No | Initiative to align this feature under for line-of-sight, from list_initiatives (optional). |