mcp
M
mcp
/update_feature

Update Feature

Update a feature and return it; omitted fields are unchanged. status is 'active' | 'discovered' | 'archived' (there is NO 'shipped' status — set mark_shipped:tr

liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aioproductos-mcp /update_feature for me.

Input

FieldTypeDescription
id*stringFeature id to update, from list_features (required).
namestringNew name (optional).
descriptionstringNew description; null clears it (optional).
statusstring (active | discovered | archived)Lifecycle status (optional).
target_datestringTarget ship date 'YYYY-MM-DD', or null to clear (optional).
mark_shippedbooleantrue stamps the ship date now; false clears it (optional).
initiative_idstringAlign under this initiative (line-of-sight), from list_initiatives; null unlinks (optional
objective_idstringAlign directly under this objective, from list_objectives; null unlinks (optional).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-aioproductos-mcp","endpoint":"/update_feature","input":{"id":"..."}}'
cli
npx cracked-ai run -p mcp-com-aioproductos-mcp -e /update_feature -i '{"id":"..."}'
mcp
run_tool({ provider: "mcp-com-aioproductos-mcp", endpoint: "/update_feature", input: {"id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.