M
mentoring-inquiry-builder
/send_mentoring_offer
Send the formal itemized offer (applies the AI-channel discount)
The ONLY tool that collects contact details, and the end of the 16-minute promise: emails the visitor a formal itemized offer with a claim code, notifies Marian
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 /send_mentoring_offer for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Visitor's full name |
| email* | string | Email the offer goes to |
| audience* | string (individual | company) | |
| role_band* | string | |
| motivation* | string | |
| focus_area_ids* | array | |
| success_definition* | string | |
| offer_id* | string (single-session | first-quarter | two-quarters | monthly | mentor-in-residence) | |
| price_agreed* | boolean | True ONLY after the visitor explicitly agreed to the exact price from compose_mentoring_br |
| company | string | Company name (required for company audience) |
| leaders_count | integer | |
| free_sessions_requested | integer | Company deals only: the free-sessions proposal from the catalog progression (2, 4 or 8) |
| start_date | string | Optional preferred start date — adds the dated program skeleton to the offer email |
| visibility | string | Visibility answer id (yes-individual | yes-company | maybe-later | private) |
| notes | 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-coach-marian-mentoring-inquiry-builder","endpoint":"/send_mentoring_offer","input":{"name":"...","email":"...","audience":"individual","role_band":"...","motivation":"...","focus_area_ids":[],"success_definition":"...","offer_id":"single-session","price_agreed":true,"context":"..."}}'cli
npx cracked-ai run -p mcp-coach-marian-mentoring-inquiry-builder -e /send_mentoring_offer -i '{"name":"...","email":"...","audience":"individual","role_band":"...","motivation":"...","focus_area_ids":[],"success_definition":"...","offer_id":"single-session","price_agreed":true,"context":"..."}'mcp
run_tool({ provider: "mcp-coach-marian-mentoring-inquiry-builder", endpoint: "/send_mentoring_offer", input: {"name":"...","email":"...","audience":"individual","role_band":"...","motivation":"...","focus_area_ids":[],"success_definition":"...","offer_id":"single-session","price_agreed":true,"context":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.