mcp
M
mcp
/submit_lead

submit lead

ส่งเรื่องถึงทีมงาน CODENIVERSE เพื่อให้ทีมติดต่อผู้ใช้กลับ (ไม่ใช่การบันทึก lead เข้า CRM ของผู้ใช้) ใช้เมื่อผู้ใช้อยากคุยโปรเจกต์ ขอใบเสนอราคา หรือให้ติดต่อกลั

liveverifiedunknown~5s typical
mcpprobedmcp
$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-codeniverse-mcp /submit_lead for me.

Input

FieldTypeDescription
name*stringชื่อผู้ติดต่อ ตามที่ผู้ใช้บอก (ห้ามเดา)
email*stringอีเมลสำหรับติดต่อกลับ ตามที่ผู้ใช้บอก (ห้ามเดา)
message*stringโจทย์หรือสิ่งที่อยากให้ช่วย สรุปจากที่ผู้ใช้เล่า ระบุบริบทให้พอเข้าใจ
companystringชื่อบริษัท ถ้าผู้ใช้บอก
phonestringเบอร์โทร ถ้าผู้ใช้บอก

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-codeniverse-mcp","endpoint":"/submit_lead","input":{"name":"...","email":"...","message":"..."}}'
cli
npx cracked-ai run -p mcp-com-codeniverse-mcp -e /submit_lead -i '{"name":"...","email":"...","message":"..."}'
mcp
run_tool({ provider: "mcp-com-codeniverse-mcp", endpoint: "/submit_lead", input: {"name":"...","email":"...","message":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.