GP
Greenwire Public API
/volunteers
/volunteers
Gets an array of `Volunteer` object. Mandatory query param of **domain** determines the site / country the volunteers are from.
liveunknown~3s typical
greenwire
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-greenpeace-org /volunteers for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | the site the users are registered on, example: netherlands default null |
| limit | string | the number of desired records. Default is 5. default null |
| must_have_default_avatar | boolean | 1 or 0. filter on people that have the default avatar or not. default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-greenpeace-org","endpoint":"/volunteers","input":{"domain":"...","limit":"...","must_have_default_avatar":true}}'cli
npx cracked-ai run -p oa-greenpeace-org -e /volunteers -i '{"domain":"...","limit":"...","must_have_default_avatar":true}'mcp
run_tool({ provider: "oa-greenpeace-org", endpoint: "/volunteers", input: {"domain":"...","limit":"...","must_have_default_avatar":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.