DS
Dreambooth Studio
/get_sessions
Get photo sessions
List the photo sessions recorded on this operator's booths, with totals. Call this when the operator asks how busy a booth has been, how many sessions ran in a
liveunknown~5s typical
mcpdreamboothstudio
$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-dreamboothstudio-dreambooth /get_sessions for me.
Input
| Field | Type | Description |
|---|---|---|
| startDate | string | ISO date (YYYY-MM-DD) for the start of the range, inclusive |
| endDate | string | ISO date (YYYY-MM-DD) for the end of the range, inclusive |
| projectIds | string | Comma-separated project ids to limit the range to specific booths |
| transactionStatus | string | Payment status filter, e.g. settlement, pending |
| sessionStatus | string | Session status filter |
| paymentSource | string | Payment channel, e.g. gateway, cash-voucher, discount-voucher |
| limit | integer | How many sessions to return (default 20, max 100) |
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-dreamboothstudio-dreambooth","endpoint":"/get_sessions","input":{}}'cli
npx cracked-ai run -p mcp-com-dreamboothstudio-dreambooth -e /get_sessions -i '{}'mcp
run_tool({ provider: "mcp-com-dreamboothstudio-dreambooth", endpoint: "/get_sessions", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.