mcp-server
M
mcp-server
/meetlark_get_results

meetlark get results

Get poll details and available time slots using a participation token. Returns the poll title, description, status, and time slots -- but NOT votes or participa

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

Input

FieldTypeDescription
participateToken*stringThe prt_xxx token from the participation URL

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_get_results","input":{"participateToken":"..."}}'
cli
npx cracked-ai run -p mcp-ai-meetlark-mcp-server -e /meetlark_get_results -i '{"participateToken":"..."}'
mcp
run_tool({ provider: "mcp-ai-meetlark-mcp-server", endpoint: "/meetlark_get_results", input: {"participateToken":"..."} })

Try it

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