AV
AiDOOS Virtual Delivery Center
/recommend_next_step
recommend next step
Summarize how to proceed with a delivery plan. Given a plan_id, this returns the plan size, an indicative cost, the available plan tiers, and referral links to
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 /recommend_next_step for me.
Input
| Field | Type | Description |
|---|---|---|
| plan_id* | string | The plan_id from a prior create_delivery_plan / refine_delivery_plan call. |
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":"/recommend_next_step","input":{"plan_id":"..."}}'cli
npx cracked-ai run -p mcp-com-aidoos-virtual-delivery-center -e /recommend_next_step -i '{"plan_id":"..."}'mcp
run_tool({ provider: "mcp-com-aidoos-virtual-delivery-center", endpoint: "/recommend_next_step", input: {"plan_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.