Susurration
S
Susurration
/flock_create

flock create

Create a new flock simulation: n birds (10-400) on a 1000x600 torus following three weighted rules (cohesion, alignment, separation, each 0-1), driven determini

liveverifiedunknown~5s typical
mcpprobedsusurration
$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-susurration-playground /flock_create for me.

Input

FieldTypeDescription
seedinteger
ninteger default 120
cohesionnumber default 0.5
alignmentnumber default 0.5
separationnumber default 0.5

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-susurration-playground","endpoint":"/flock_create","input":{"n":120,"cohesion":0.5,"alignment":0.5,"separation":0.5}}'
cli
npx cracked-ai run -p mcp-ai-susurration-playground -e /flock_create -i '{"n":120,"cohesion":0.5,"alignment":0.5,"separation":0.5}'
mcp
run_tool({ provider: "mcp-ai-susurration-playground", endpoint: "/flock_create", input: {"n":120,"cohesion":0.5,"alignment":0.5,"separation":0.5} })

Try it

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