GP
Greenwire Public API
/groups
/groups
Gets an array of `Group` object. Mandatory query param of **domain** determines the site / country the group belongs to.
liveunknown~3s typical
greenwire
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-greenpeace-org /groups for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | the site the groups belongs to, example: netherlands default null |
| limit | string | the number of desired records 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":"/groups","input":{"domain":"...","limit":"..."}}'cli
npx cracked-ai run -p oa-greenpeace-org -e /groups -i '{"domain":"...","limit":"..."}'mcp
run_tool({ provider: "oa-greenpeace-org", endpoint: "/groups", input: {"domain":"...","limit":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.