quartermaster
Q
quartermaster
/random_pick

random pick

[Dev] Pick one or several options at random from a caller-supplied list (CSPRNG), optionally without replacement. Costs $0.001.

liveverifiedunknown~5s typical
mcpprobedquartermaster
$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-app-surewhynot-quartermaster-quartermaster /random_pick for me.

Input

FieldTypeDescription
options*stringComma-separated options
countinteger
uniqueboolean

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-app-surewhynot-quartermaster-quartermaster","endpoint":"/random_pick","input":{"options":"..."}}'
cli
npx cracked-ai run -p mcp-app-surewhynot-quartermaster-quartermaster -e /random_pick -i '{"options":"..."}'
mcp
run_tool({ provider: "mcp-app-surewhynot-quartermaster-quartermaster", endpoint: "/random_pick", input: {"options":"..."} })

Try it

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