AiDOOS Virtual Delivery Center
AV
AiDOOS Virtual Delivery Center
/refine_delivery_plan

refine delivery plan

Revise an existing delivery plan based on the user's requested changes. Given a plan_id and instructions such as adjusting the timeline, adding or removing scop

liveunknown~5s typical
mcpaidoosvirtualdelivery
$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-aidoos-virtual-delivery-center /refine_delivery_plan for me.

Input

FieldTypeDescription
plan_id*stringThe plan_id returned by a prior create_delivery_plan call.
feedback*stringWhat the user wants changed in the plan. Examples: 'compress to 8 weeks', 'remove the QA p

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-aidoos-virtual-delivery-center","endpoint":"/refine_delivery_plan","input":{"plan_id":"...","feedback":"..."}}'
cli
npx cracked-ai run -p mcp-com-aidoos-virtual-delivery-center -e /refine_delivery_plan -i '{"plan_id":"...","feedback":"..."}'
mcp
run_tool({ provider: "mcp-com-aidoos-virtual-delivery-center", endpoint: "/refine_delivery_plan", input: {"plan_id":"...","feedback":"..."} })

Try it

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