Skip to main content
Glama
rampify-dev

Rampify MCP Server

by rampify-dev

update_feature_spec

Update feature specifications to track progress by marking tasks and criteria as complete, adjusting overall status, and advancing next actions in the Rampify MCP Server.

Instructions

Update a feature spec to reflect actual progress. Mark tasks and criteria as complete, update spec status, and advance next_action.

Use this after completing work described in a spec task. Returns a suggested_commit message string.

Examples:

  • Mark a task complete: { spec_id, task_id, task_status: "completed" }

  • Update overall status: { spec_id, status: "in_progress" }

  • Mark a criterion verified: { spec_id, criterion_id, criterion_status: "verified" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spec_idYesUUID of the feature spec to update (required)
statusNoNew status for the overall spec
next_actionNoManually override next_action. Auto-advanced after task completion if omitted.
task_idNoUUID of the task to update (from get_feature_spec tasks array)
task_statusNoNew status for the task
criterion_idNoUUID of the criterion to update (from get_feature_spec criteria array)
criterion_statusNoNew status for the criterion
add_taskNoAdd a new task to the spec

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rampify-dev/rampify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server