mcp-server
M
mcp-server
/meetlark_vote

meetlark vote

Cast a vote on a scheduling poll. Each time slot can be voted yes, maybe, or no. Requires participant name and email. Use the participation token from the poll'

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_vote for me.

Input

FieldTypeDescription
participateToken*stringThe prt_xxx token from the participation URL
name*stringName to display in results
email*stringParticipant's email address (required). Used to identify returning voters and send confirm
votes*arrayVotes for each time slot

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_vote","input":{"participateToken":"...","name":"...","email":"...","votes":[]}}'
cli
npx cracked-ai run -p mcp-ai-meetlark-mcp-server -e /meetlark_vote -i '{"participateToken":"...","name":"...","email":"...","votes":[]}'
mcp
run_tool({ provider: "mcp-ai-meetlark-mcp-server", endpoint: "/meetlark_vote", input: {"participateToken":"...","name":"...","email":"...","votes":[]} })

Try it

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