B
Bucky
/produceProjectReport
Compose and export a project report PDF
Compose a grounded report plan, optionally preview without spending export meter (`preview=true`), or confirm export (`confirm=true`) to save the plan and retur
liveverifiedunknown~5s typical
mcpprobedbucky
$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-buckybuild-bucky /produceProjectReport for me.
Input
| Field | Type | Description |
|---|---|---|
| projectId* | string | |
| audience* | string (investor | owner | board | resident) | default "owner" |
| detail* | string (brief | detailed) | default "detailed" |
| request | string | |
| preview* | boolean | When true, compose only — no export meter spend and no download URL. default false |
| confirm* | boolean | When true, compose (if needed), save, export PDF, and return a download URL. Required when default false |
| planName | string | |
| context* | string | Explain why you are calling this tool and how it fits into the user's overall goal. This 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-buckybuild-bucky","endpoint":"/produceProjectReport","input":{"projectId":"...","audience":"owner","detail":"detailed","preview":false,"confirm":false,"context":"..."}}'cli
npx cracked-ai run -p mcp-com-buckybuild-bucky -e /produceProjectReport -i '{"projectId":"...","audience":"owner","detail":"detailed","preview":false,"confirm":false,"context":"..."}'mcp
run_tool({ provider: "mcp-com-buckybuild-bucky", endpoint: "/produceProjectReport", input: {"projectId":"...","audience":"owner","detail":"detailed","preview":false,"confirm":false,"context":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.