mcp-server
M
mcp-server
/meetlark_create_poll

meetlark create poll

Create a scheduling poll to find a time that works for a group. Returns an admin URL (keep private) and a participation URL (share with participants). The creat

liveunknown~5s typical
mcpmcp-server
$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-ai-meetlark-mcp-server /meetlark_create_poll for me.

Input

FieldTypeDescription
title*stringWhat is this poll for?
descriptionstringAdditional context for participants
timeSlots*arrayAvailable time slots to vote on
creatorEmail*stringEmail address of the poll creator
creatorNamestringName of the poll creator

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-ai-meetlark-mcp-server","endpoint":"/meetlark_create_poll","input":{"title":"...","timeSlots":[],"creatorEmail":"..."}}'
cli
npx cracked-ai run -p mcp-ai-meetlark-mcp-server -e /meetlark_create_poll -i '{"title":"...","timeSlots":[],"creatorEmail":"..."}'
mcp
run_tool({ provider: "mcp-ai-meetlark-mcp-server", endpoint: "/meetlark_create_poll", input: {"title":"...","timeSlots":[],"creatorEmail":"..."} })

Try it

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