M
mentoring-inquiry-builder
/book_first_session
Book the PAID first mentoring session — skips the intro call
THE CLOSE, for someone who has already decided. Returns the direct booking link for a paid 60-minute first session, plus the payment terms. Call this INSTEAD of
liveverifiedunknown~5s typical
mcpprobedmentoring-inquiry-builder
$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-coach-marian-mentoring-inquiry-builder /book_first_session for me.
Input
| Field | Type | Description |
|---|---|---|
| offer_id* | string (single-session | first-quarter | two-quarters | monthly | mentor-in-residence) | The agreed package |
| audience* | string (individual | company) | Decides which VAT sentence is true for this buyer — an individual needs the gross figure |
| claim_code | string | The AI10-… code from send_mentoring_offer. Ride it on the link so the booking matches the |
| free_sessions_requested | integer | Company deals: pass the same value given to send_mentoring_offer. Any concession makes thi |
| has_eu_vat_id | boolean | Company deals outside Czechia with a valid EU VAT ID pay net under the reverse charge |
| 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-coach-marian-mentoring-inquiry-builder","endpoint":"/book_first_session","input":{"offer_id":"single-session","audience":"individual","context":"..."}}'cli
npx cracked-ai run -p mcp-coach-marian-mentoring-inquiry-builder -e /book_first_session -i '{"offer_id":"single-session","audience":"individual","context":"..."}'mcp
run_tool({ provider: "mcp-coach-marian-mentoring-inquiry-builder", endpoint: "/book_first_session", input: {"offer_id":"single-session","audience":"individual","context":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.