update_spec_criterion
writeFeature Specs
Update an acceptance criterion on a feature spec.
Write tool
Mutates Rampify state, triggers background work, or calls a paid external API. Most clients ask for confirmation before invoking.
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| spec_id | string | optional | Spec UUID (resolved from criterion_id if omitted) |
| criterion_id | string | required | Criterion UUID |
| title | string | optional | |
| description | string | optional | |
| criterion_type | enum("functional" | "technical" | "performance" | "security" | "accessibility") | optional | |
| verification_method | enum("automated_test" | "manual_qa" | "code_review") | optional | |
| status | enum("pending" | "implemented" | "tested" | "verified") | optional |
Related tools
create_feature_specwriteCreate and save a feature specificationget_feature_specreadFetch one spec by UUID with full nested detaillist_feature_specsreadFind specs by search/status/priority/tags/etc; supports summary_only for fast scansupdate_feature_specwriteUpdate spec body fields: title, description, status, priority, tags, etc.