update_feature
Update fields on an existing Feature Index entry — title, description, category, solves, limits, or demo_url. Use when the user wants to correct or enrich a feature's marketing copy. To change status use update_feature_status; to remove a feature from view use retire_feature — never delete.
[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Display title (e.g., "AI Content Pipeline") | |
| limits | No | Current limitations | |
| solves | No | Problems/pain points this feature solves | |
| category | No | Category (e.g., "ai", "marketing", "finance", "automation") | |
| demo_url | No | URL to a demo video (Screen Studio, Loom, etc.) | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| feature_id | Yes | The feature_id slug (e.g., "ai-content-pipeline") or UUID. | |
| description | No | Marketing-ready description of the feature |