GP
Greenwire Public API
/events
/events
Return the upcoming events (e.g. start date >= today). Gets an array of `Event` object. Mandatory query param of **domain** determines the site / country the event belongs to.
livedegraded · 134ms~3s typical
greenwire
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-greenpeace-org /events 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":"/events","input":{"domain":"...","limit":"..."}}'cli
npx cracked-ai run -p oa-greenpeace-org -e /events -i '{"domain":"...","limit":"..."}'mcp
run_tool({ provider: "oa-greenpeace-org", endpoint: "/events", input: {"domain":"...","limit":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.