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
| Field | Type | Description |
|---|---|---|
| id* | string | Feature id to update, from list_features (required). |
| name | string | New name (optional). |
| description | string | New description; null clears it (optional). |
| status | string (active | discovered | archived) | Lifecycle status (optional). |
| target_date | string | Target ship date 'YYYY-MM-DD', or null to clear (optional). |
| mark_shipped | boolean | true stamps the ship date now; false clears it (optional). |
| initiative_id | string | Align under this initiative (line-of-sight), from list_initiatives; null unlinks (optional |
| objective_id | string | Align 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.