MCP Tools/Feature Specs/update_feature_spec

update_feature_spec

writeFeature Specs

Update spec body fields: title, description, status, priority, tags, etc..

Write tool
Mutates Rampify state, triggers background work, or calls a paid external API. Most clients ask for confirmation before invoking.

Parameters

ParameterTypeDescription
spec_idstringrequiredSpec UUID
titlestringoptionalRewrite the spec title
descriptionstringoptionalReplace the spec description / body
feature_typeenum("new_feature" | "enhancement" | "refactor" | "bug_fix" | "optimization" | "page" | "positioning")optional
priorityenum("critical" | "high" | "normal" | "low")optional
statusenum("idea" | "planned" | "in_progress" | "completed" | "verified" | "deprecated")optional
next_actionstringoptional
tagsstring[]optionalReplace the tags array
tech_stackstring[]optionalReplace the tech_stack array
affected_filesstring[]optionalReplace the affected_files array
ai_context_summarystringoptional
assigned_tostring | nulloptional
depends_on_specsstring[]optionalSpec UUIDs this spec depends on. Validated against existing specs.